
Python-based scanner for CVE-2022-41040 that tests single or multiple URLs for the vulnerability, with simple CLI interface and dependency on requests and colorama.
Code set relating to CVE-2022-41040.
scanner.py is a Python based scanner testing for the CVE-2022-41040.
The only additional modules needed to run this code is requests and colorama.
pip install -r requirements.txt
This script takes a single URL or a list of URLs. Leave the trailing '/' for the base url.
usage: scanner.py [-h] (-i INFILE | -t TARGET)
List:
python3 scanner.py -i test_sites
Single site:
python3 scanner.py -t http://example.com