⚝
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
/
webmin
/
sendmail
/
View File Name :
edit_mailer.cgi
#!/usr/bin/perl # edit_mailer.cgi # Edit an existing mailer require './sendmail-lib.pl'; require './mailers-lib.pl'; &ReadParse(); $access{'mailers'} || &error($text{'mform_ecannot'}); $conf = &get_sendmailcf(); @virts = &list_mailers(&mailers_file($conf)); &ui_print_header(undef, $text{'mform_edit'}, ""); &mailer_form($virts[$in{'num'}]); &ui_print_footer("list_mailers.cgi", $text{'mailers_return'}, "", $text{'index_return'});