
Exploit basado en Python para la vulnerabilidad de ejecución remota de comandos Struts2 S2-061 (CVE-2020-17530). Admite URL única, escaneo basado en archivos, proxy y registro de salida.
Struts2 S2-061 Vulnerabilidad de ejecución remota de comandos (CVE-2020-17530)
python CVE-2020-17530.py -u url
python CVE-2020-17530.py -f file.txt
python CVE-2020-17530.py -f file.txt -o out_file.txt
python CVE-2020-17530.py -f file.txt -p socks5://127.0.0.1:7890
python CVE-2020-17530.py -e url
Struts2 S2-061 Vulnerabilidad de ejecución remota de comandos (CVE-2020-17530)
optional arguments: -h, --help show this help message and exit -u URL, --url URL Especificar la dirección de webshell -f FILE, --file FILE Especificar archivo -p PROXY, --proxy PROXY Configurar proxy, por ejemplo socks5://127.0.0.1:7890 -o OUTPUT, --output OUTPUT Escribir resultados en un archivo -e EXPLOIT, --exploit EXPLOIT Explotación de vulnerabilidad