⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
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'});