⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
slim
/
psr7
/
tests
/
View File Name :
bootstrap.php
[ 'getallheaders' => function () { if (array_key_exists('getallheaders_return', $GLOBALS)) { return $GLOBALS['getallheaders_return']; } return getallheaders(); } ], Message::class => [ 'header' => function (string $string, bool $replace = true, ?int $statusCode = null): void { HeaderStack::push( [ 'header' => $string, 'replace' => $replace, 'status_code' => $statusCode, ] ); }, 'header_remove' => function ($name = null): void { HeaderStack::remove($name); } ], NonBufferedBody::class => [ 'ob_get_level' => function (): int { if (isset($GLOBALS['ob_get_level_shift'])) { return ob_get_level() + $GLOBALS['ob_get_level_shift']; } return ob_get_level(); } ], UploadedFile::class => [ 'copy' => function (string $source, string $destination, $context = null): bool { if (isset($GLOBALS['copy_return'])) { return $GLOBALS['copy_return']; } if ($context === null) { return copy($source, $destination); } return copy($source, $destination, $context); }, 'is_uploaded_file' => function (string $filename): bool { if (isset($GLOBALS['is_uploaded_file_return'])) { return $GLOBALS['is_uploaded_file_return']; } return is_uploaded_file($filename); }, 'rename' => function (string $oldName, string $newName, $context = null): bool { if (isset($GLOBALS['rename_return'])) { return $GLOBALS['rename_return']; } if ($context === null) { return rename($oldName, $newName); } return rename($oldName, $newName, $context = null); } ], Factory\StreamFactory::class => [ 'fopen' => function (string $filename, string $mode) { if (isset($GLOBALS['fopen_return'])) { return isset($GLOBALS['fopen_return']); } return fopen($filename, $mode); }, 'is_readable' => function (string $filename) { if ($filename === 'non-readable') { return false; } return is_readable($filename); } ] ]);