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

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

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

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

工具目录

分类

查看所有分类
Loading categories
aioScan_CVE-2020-0796 — 基于asyncio(协程)的CVE-2020-0796 速度还是十分可观的,方便运维师傅们对内网做下快速检测。 | Kitploit
工具/GitHubGitHub/guokers/aioscan_cve-2020-0796
侦察漏洞扫描器漏洞利用脚本与自动化网络安全渗透测试
GitHubguokers/aioscan_cve-2020-0796

aioScan_CVE-2020-0796

基于asyncio(协程)的CVE-2020-0796 速度还是十分可观的,方便运维师傅们对内网做下快速检测。

查看仓库
1511456年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

aioScan_CVE-2020-0796

前言

在公开的POC基础上利用协程大幅提升了检测速度,方便运维师傅们快速的对内网进行检测。

影响版本

root@kitploit:~
Windows 10 Version 1903 for 32-bit Systems

Windows 10 Version 1903 for x64-based Systems

Windows 10 Version 1903 for ARM64-based Systems

Windows Server, Version 1903 (Server Core installation)

Windows 10 Version 1909 for 32-bit Systems

Windows 10 Version 1909 for x64-based Systems

Windows 10 Version 1909 for ARM64-based Systems

Windows Server, Version 1909 (Server Core installation)

修复建议

参考微软的临时解决方案 ADV200005 | Microsoft Guidance for Disabling SMBv3 Compression

使用powershell来禁止SMBv3服务的压缩(无需重启)

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

用法

请使用python3.5及以上的版本运行。 请使用python3.7及以上的版本运行(由于asyncio.run是3.7新增的API,我只考虑到了async\await 是3.5新增的语法)

ip地址处理使用了第三方库 netaddr

root@kitploit:~
pip3 install netaddr

如果不想显示连接超时的ip信息,可以把39行换成pass

下载工具