Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
SMBGhost — SMBGhost (CVE-2020-0796) threaded scanner | Kitploit
工具/GitHubGitHub/netscylla/smbghost
ReconnaissanceVulnerability ScannersExploitationNetwork SecurityPenetration Testing
GitHubnetscylla/smbghost

SMBGhost

SMBGhost (CVE-2020-0796) threaded scanner

查看仓库
126年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

SMBGhost

用于 CVE-2020-0796 - SMBv3 远程代码执行漏洞的简单多线程扫描器。

该扫描器仅用于测试服务器是否易受攻击。它并非用于研究或开发,因此使用了固定的payload。

它通过协商请求检查 SMB 协议版本 3.1.1 和压缩能力。

在 https://github.com/ollypwn/SMBGhost/blob/master/SMBGhost.pcap 可以找到扫描器针对 Windows 2019 服务器 (10.0.0.133) 运行时的网络转储文件。

python3 scanner.py -r <CIDR range> <-t threads> <-v verbose> <-o output file>

用法

变通方案

ADV200005 | 微软关于禁用 SMBv3 压缩的指南

root@kitploit:~
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" DisableCompression -Type DWORD -Value 1 -Force

致谢

  • https://github.com/ollypwn/SMBGhost
下载工具