403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/Engineering/V1/iimec/web/wp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/Engineering/V1/iimec/web/wp-admin//index-extra.php
<?php
/**
 * Handle default dashboard widgets options AJAX.
 *
 * @package WordPress
 * @subpackage Administration
 */

define('DOING_AJAX', true);

/** Load WordPress Bootstrap */
require_once( './admin.php' );

/** Load WordPress Administration Dashboard API */
require(ABSPATH . 'wp-admin/includes/dashboard.php' );

@header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
send_nosniff_header();

switch ( $_GET['jax'] ) {

case 'dashboard_incoming_links' :
	wp_dashboard_incoming_links();
	break;

case 'dashboard_primary' :
	wp_dashboard_primary();
	break;

case 'dashboard_secondary' :
	wp_dashboard_secondary();
	break;

case 'dashboard_plugins' :
	wp_dashboard_plugins();
	break;

}

?>

Youez - 2016 - github.com/yon3zu
LinuXploit