
exploit tramite Python
[!IMPORTANT] Solo per studio e scambio, non utilizzarlo per scopi illeciti
Exploit in Python
Se ti è utile, lascia una stella
Riferimenti:
https://github.com/luelueking/CVE-2022-25845-In-Spring
Modifica la logica di passaggio dei parametri secondo le tue esigenze; qui i parametri vengono passati nel corpo della richiesta POST di default
git clone https://github.com/ph0ebus/CVE-2022-25845-In-Spring.git
cd CVE-2022-25845-In-Spring
python3 exp.py http://127.0.0.1:8080/json
usage: exp.py [-h] url
positional arguments:
url the url of the target server
options:
-h, --help show this help message and exit
