
exploit por python
[!IMPORTANT] Apenas para estudo e comunicação, não utilize para fins ilícitos
exploit em python
Se útil, dê uma estrela.
Referências:
https://github.com/luelueking/CVE-2022-25845-In-Spring
Modifique a lógica de parâmetros conforme necessário. Aqui, o padrão é enviar parâmetros no corpo da requisição POST.
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
