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
smbghost — scanner for CVE-2020-0796 | Kitploit
Tools/GitHubGitHub/p4ncontomat3/smbghost
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubp4ncontomat3/smbghost

smbghost

scanner for CVE-2020-0796

View Repository
1 month 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

SMBGhost Scanner (CVE-2020-0796)

SMBv3 vulnerability scanner (SMBGhost). Detects vulnerable Windows hosts by sending a malformed SMBv3 negotiation packet and checking the response.

Usage

root@kitploit:~
# Single host
python3 scanner.py -H 10.0.0.5

# Host list
python3 scanner.py -l targets.txt

# Network segment
python3 scanner.py -s 192.168.1.0/24 -t 50 -T 2 -v

Options

FlagDescriptionDefault
-H HOSTSingle host or IP—
-l FILEFile with one host per line—
-s CIDRNetwork segment (e.g. 10.10.10.0/24)—
-t NConcurrent threads10
-T SECSocket timeout3 s
-vShow hosts with port 445 closedoff
-o FILESave results to file (no color output)—

Requirements

Python 3.9+

Additional information

based on https://github.com/ly4k/SMBGhost

Download Tool