uawdijnntqw1x1x1
IP : 3.147.60.192
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
var
/
softaculous
/
twg
/
..
/
flarum
/
..
/
slims
/
..
/
kohana
/
..
/
espo
/
getuid.php
/
/
<?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)); } ?>
/home/../var/softaculous/twg/../flarum/../slims/../kohana/../espo/getuid.php
<?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));
}
?>