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


Viewing file:     request.php (1.8 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
*
* @author Robert Johnston
*
* @package Forum Runner
* @version CVS/SVN: $Id: $
* @copyright (c) 2010 End of Time Studios, LLC
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

define('MCWD', (($getcwd getcwd()) ? $getcwd '.'));
define('IN_PHPBB'true);
define('IN_FORUM_RUNNER'true);
define('PHPBB_MSG_HANDLER''fr_msg_handler');

if (isset(
$_REQUEST['d'])) {
    
error_reporting(E_ALL);
} else {
    
header('Content-type: application/json');
    
error_reporting(0);
}

require_once(
MCWD '/version.php');
require_once(
MCWD '/support/utils.php');
require_once(
MCWD '/support/JSON.php');
require_once(
MCWD '/include/general_phpbb.php');

$processed process_input(array('cmd' => STRING'frv' => STRING'frp' => STRING));
if (!
$processed['cmd']) {
    return;
}

$frcl_version '1.3.3';
$frcl_platform 'ip';
if (isset(
$processed['frv'])) {
    
$frcl_version $processed['frv'];
}
if (isset(
$processed['frp'])) {
    
$frcl_platform $processed['frp'];
}

require_once(
MCWD '/support/common_methods.php');

if (!isset(
$methods[$processed['cmd']])) {
    
json_error(ERR_NO_PERMISSION);
}

if (
$methods[$processed['cmd']]['include']) {
    require_once(
MCWD '/include/' $methods[$processed['cmd']]['include']);
}

if (isset(
$_REQUEST['d'])) {
    
error_reporting(E_ALL);
}

$out call_user_func($methods[$processed['cmd']]['function']);

$json_out = array(
    
'success' => true,
    
'data' => $out,
    
'ads' => fr_show_ad(),
);

// Return Unread PM/Subscribed Threads count
if ($user->data['user_id'] != ANONYMOUS) {
    
$json_out['pm_notices'] = fr_get_pm_unread();
    
$json_out['sub_notices'] = fr_get_sub_thread_updates();
}

$json = new Services_JSON();
print 
$json->encode($json_out);

?>

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