⚝
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: delete_htaccess.cgi
#!/usr/bin/perl # delete_htaccess.cgi # Delete some .htaccess or similar file require './apache-lib.pl'; &ReadParse(); &allowed_auth_file($in{'file'}) || &error($text{'htaccess_edelete'}); &lock_file($in{'file'}); unlink($in{'file'}); &unlock_file($in{'file'}); &read_file("$module_config_directory/site", \%site); @ht = split(/\s+/, $site{'htaccess'}); $site{'htaccess'} = join(' ', (grep { $_ ne $in{'file'} } @ht)); &write_file("$module_config_directory/site", \%site); &webmin_log("htaccess", "delete", $in{'file'}); &redirect("htaccess.cgi");
Simpan