⚝
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 :
~
/
proc
/
self
/
root
/
usr
/
share
/
webmin
/
firewalld
/
View File Name :
save_manual.cgi
#!/usr/bin/perl # Update the manually edited FirewallD config file require './firewalld-lib.pl'; &ReadParseMime(); &error_setup($text{'manual_err'}); my @files = &unique(&get_config_files()); my $file = $in{'file'}; &indexof($file, @files) >= 0 || &error($text{'manual_efile'}); $in{'data'} =~ s/\r//g; &open_lock_tempfile(my $data, ">$file"); &print_tempfile($data, $in{'data'}); &close_tempfile($data); &webmin_log("manual", undef, $file); &redirect("");