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
project_BIT_nmap_script — Nmap .nse script to scan for CVE-2022-32073 in wolfssh | Kitploit
Tools/GitHubGitHub/mgregus/project_bit_nmap_script
Vulnerability ScannersVulnerability AnalysisExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubmgregus/project_bit_nmap_script

project_BIT_nmap_script

Nmap .nse script to scan for CVE-2022-32073 in wolfssh

View Repository
33 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

Python program to detect vulnerability with CVE-2022-32073 in large networks

This python program runs nmap on an address passed as an argument, by default it runs on all ports but port number can also be given as an argument. It runs nmap with custom created wolf_ssh_version.nse scripts which uses fingerprinting to identify wolfSSH v1.4.7 which contains an integer overflow vulnerability with assigned CVE-2022-32073. Program can be run on any machine which has following prerequisites installed: nmap and also python3 along with necessary libraries.

Run the program with following commands

To see options and description run the program with the following command.

root@kitploit:~
python3 scanner_for_CVE-2022-32073.py --help

To run the program on a given address or address range and scan all ports on each host use the following command

root@kitploit:~
python3 scanner_for_CVE-2022-32073.py -a IP

To run the program on a given address or address range and scan given port or port range on each host use the following command

root@kitploit:~
python3 scanner_for_CVE-2022-32073.py -a IP -p PORTS 

Sample usage and output

The screenshot shows sample use of the programs fingerprinting ability and output formatting on a different version of SSH.

sample progr. usage

Resources

For more info refer to the Documentation.pdf or refer to the https://nmap.org/.

Download Tool