
Python製エクスプロイト
[!IMPORTANT] 学習・交流のみを目的とし、不正な用途に使用しないでください
pythonによるエクスプロイト
役に立ったら、スターをお願いします
参考:
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
