Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-41040 — Code set relating to CVE-2022-41040 | Kitploit
Tools/GitHubGitHub/d3duct1v/cve-2022-41040
ReconnaissanceVulnerability ScannersExploitationWeb SecurityPenetration Testing
GitHubd3duct1v/cve-2022-41040

CVE-2022-41040

Code set relating to CVE-2022-41040

View Repository
533 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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.

root@kitploit:~
pip install -r requirements.txt

Usage

This script takes a single URL or a list of URLs. Leave the trailing '/' for the base url.

root@kitploit:~
usage: scanner.py [-h] (-i INFILE | -t TARGET)

List:

root@kitploit:~
python3 scanner.py -i test_sites

Single site:

root@kitploit:~
python3 scanner.py -t http://example.com
Download Tool