
Python script to check for CVE-2023-2745 vulnerability by sending crafted HTTP requests to a target URL and analyzing responses.
How to use
Save the file as check_cve-2023-2745.py and give it execute permission:
chmod +x check_cve-2023-2745.py
Install the dependency (once):
python3 -m pip install requests
Run:
python3 check_cve-2023-2745.py https://example.com