!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phpbb3/includes/auth/   drwxrwxr-x
Free 83.32 GB of 96.73 GB (86.14%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     auth_jfusion.php (3.18 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * 
 * PHP version 5
 * 
 * @category   JFusion
 * @package    JFusionPlugins
 * @subpackage phpBB3
 * @author     JFusion Team <[email protected]>
 * @copyright  2008 JFusion. All rights reserved.
 * @license    http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link       http://www.jfusion.org
 */

/**
 * @ignore
 */
if (!defined('IN_PHPBB')) {
    exit;
}else{
    exit;
}

/**
 * Login function
 */
function login_jfusion(&$username, &$password) {
    require_once 
'auth_db.php';
    
$result login_db($username$password);
    
//check to see if login succesful and jFusion is not active
    
global $JFusionActive;
    if (
$result['status'] == LOGIN_SUCCESS && empty($JFusionActive)) {
        
$mainframe startJoomla();
        
//define that the phpBB3 JFusion plugin needs to be excluded
        
global $JFusionActivePlugin;
        
$JFusionActivePlugin ='phpbb3';
        
// do the login
        
$credentials = array('username' => $username'password' => $password);
        
$options = array('entry_url' => JURI::root() . 'index.php?option=com_user&task=login');
        
        
//detect if the session should be remembered
        
if (!empty($_POST['autologin'])) {
            
$options['remember'] = 1;
        } else {
            
$options['remember'] = 0;            
        }
        
        
$mainframe->login($credentials$options);
        
// clean up the joomla session object before continuing
        
$session = & JFactory::getSession();
        
$session->close();
    }
    return 
$result;
}
function 
logout_jfusion(&$data) {
    
//check to see if JFusion is not active
    
global $JFusionActive;
    if (empty(
$JFusionActive)) {
        
//define that the phpBB3 JFusion plugin needs to be excluded
        
global $JFusionActivePlugin;
        
$JFusionActivePlugin ='phpbb3';
        
$mainframe startJoomla();
        
// logout any joomla users
        
$mainframe->logout();
        
// clean up session
        
$session = & JFactory::getSession();
        
$session->close();
    }
}
function 
startJoomla() {
        
    global 
$phpbb_root_path;
    
// trick joomla into thinking we're running through joomla
    
define('_JEXEC'true);
    
define('DS'DIRECTORY_SEPARATOR);
    
define('JPATH_BASE','/home/papyr225/public_html/page1');
    
// load joomla libraries
    
require_once JPATH_BASE DS 'includes' DS 'defines.php';
    require_once 
JPATH_LIBRARIES DS 'loader.php';
    
jimport('joomla.base.object');
    
jimport('joomla.factory');
    
jimport('joomla.filter.filterinput');
    
jimport('joomla.error.error');
    
jimport('joomla.event.dispatcher');
    
jimport('joomla.event.plugin');
    
jimport('joomla.plugin.helper');
    
jimport('joomla.utilities.arrayhelper');
    
jimport('joomla.environment.uri');
    
jimport('joomla.environment.request');
    
jimport('joomla.user.user');
    
// JText cannot be loaded with jimport since it's not in a file called text.php but in methods
    
JLoader::register('JText'JPATH_BASE DS 'libraries' DS 'joomla' DS 'methods.php');
    
JLoader::register('JRoute'JPATH_BASE DS 'libraries' DS 'joomla' DS 'methods.php');
    
$mainframe = & JFactory::getApplication('site');
    
$GLOBALS['mainframe'] = & $mainframe;
    return 
$mainframe;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0032 ]--