
Python 기반 익스플로잇
[!IMPORTANT] 학습 및 교류 용도로만 사용하시고, 불법적인 용도로 사용하지 마세요
python 기반 exploit
도움이 되셨다면 star를 눌러주세요
참고:
https://github.com/luelueking/CVE-2022-25845-In-Spring
필요에 따라 매개변수 전달 로직을 직접 수정하세요. 기본값은 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
