⚝
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 :
~
/
usr
/
share
/
usermin
/
forward
/
View File Name :
edit_forward.cgi
#!/usr/bin/perl # edit_forward.cgi # Display a form for editing the .forward file manually require './forward-lib.pl'; &ui_print_header(undef, $text{'edit_title'}, ""); print &text('edit_desc', "<tt>.forward</tt>"),"<p>\n"; print "<form action=save_forward.cgi method=post enctype=multipart/form-data>\n"; print "<textarea name=forward rows=10 cols=70>\n"; open(FORWARD, $forward_file); while(<FORWARD>) { print &html_escape($_); } close(FORWARD); print "</textarea><br>\n"; print "<input type=submit value='$text{'save'}'></form>\n"; &ui_print_footer("index.cgi?simple=0", $text{'index_return'});