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-2021-26855-Scanner — Scanner and PoC for CVE-2021-26855 | Kitploit
Tools/GitHubGitHub/kotsec/cve-2021-26855-scanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation Gathering
GitHubkotsec/cve-2021-26855-scanner

CVE-2021-26855-Scanner

Scanner and PoC for CVE-2021-26855

View Repository
325 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-2021-26855-Scanner

Scanner and PoC for CVE-2021-26855

Credit to GreyOrder for the PoC. Reuploading for convenience and because Microsoft took it down at least once :)

Example of usage for mass scanning:

shodan download --limit 12345 exchange "http.component:'outlook web+app'"

gzip -d exchange.json.gz

shodan parse exchange.json --fields=ip_str,port > ips.txt

python3 scan.py ips.txt

Download Tool