⚝
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
/
webmin
/
apache
/
Edit File: reconfig.cgi
#!/usr/bin/perl # reconfig.cgi # Save apache configuration require './apache-lib.pl'; $access{'global'}==1 || &error($text{'reconfig_ecannot'}); &ReadParse(); foreach $m (split(/\0/, $in{'mods'})) { push(@mods, "$m/$in{'ver'}"); } &lock_file($site_file); &read_file($site_file, \%site); $site{'size'} = $in{'size'}; $site{'modules'} = join(' ', @mods); $site{'webmin'} = &get_webmin_version(); &write_file($site_file, \%site); chmod(0644, $site_file); &unlock_file($site_file); &webmin_log("reconfig", undef, undef, \%in); &redirect("");
Simpan