d3duct1v / CVE-2022-41040

Code set relating to CVE-2022-41040

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2022-41040

Code set relating to CVE-2022-41040.

scanner.py is a Python based scanner testing for the CVE-2022-41040.

Requirements

The only additional modules needed to run this code is requests and colorama.

pip install -r requirements.txt

Usage

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

About

Code set relating to CVE-2022-41040


Languages

Language:Python 100.0%