在公开的POC基础上利用协程大幅提升了检测速度,方便运维师傅们快速的对内网进行检测。
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服务的压缩(无需重启)
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
pip3 install netaddr
如果不想显示连接超时的ip信息,可以把39行换成pass