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
Tools/GitHubGitHub/notareaperbutdr34p3r/vuln-cve-2022-41082
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityNetwork SecurityPenetration Testing
GitHubnotareaperbutdr34p3r/vuln-cve-2022-41082

vuln-CVE-2022-41082

https & http

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
3 years agoNot yet reviewed

vuln-CVE-2022-41082

https & http

FOR HTTP:

nmap -p80 <target-ip> --script exchange-vuln-check.nse

FOR HTTPS:

nmap -p443 <target-ip> --script exchange-vuln-check.nse

SAVE RESULTS IN A FILE

nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt

Download Tool