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
SMBCompScan — Scanner script to identify hosts vulnerable to CVE-2020-0796 | Kitploit
Tools/GitHubGitHub/wneessen/smbcompscan
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration TestingArchived
GitHubwneessen/smbcompscan

SMBCompScan

Scanner script to identify hosts vulnerable to CVE-2020-0796

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

SMBCompScan

Scanner script to identify hosts vulnerable to CVE-2020-0796

Advisory

Disclaimer

This script can help to identify machines with the SMBv3 vulnerablity by checking for enabled compression. Still, it might return "vulnerable" for machines which have KB4551762 installed.

Requirements

  • Perl 5.12+
  • IO::Socket
  • Net::Netmask

Usage

Scan a single IP address:

root@kitploit:~
./smbCompScan.pl 192.168.0.1

Scan by hostname:

root@kitploit:~
./smbCompScan.pl some.vulnerable.host.tld

Scan a network:

root@kitploit:~
./smbCompScan.pl 192.168.0.0/24
Download Tool