Ms17_010_scan 一款ms17_010 批量扫描工具

介绍


ms17_010的批量扫描工具,因为Fuzzbunch的运行环境是Python2.6,所以站在巨人的肩膀上改了一个Python2.6的支持批量扫描ms17_010工具。

Ms17_010_scan 一款ms17_010 批量扫描工具


用法


扫单个IP
python2 ms17_010_scan.py [single_ip]
$ python ms17_010_scan.py 192.168.206.152
[ ] [192.168.206.152] is likely VULNERABLE to MS17-010! (Windows 7 Ultimate 7600)


扫IP段


python2 ms17_010_scan.py [start_ip] [end_ip]
$ python2 ms17_010_scan.py 192.168.206.1 192.168.206.254
[ ] [192.168.206.152] is likely VULNERABLE to MS17-010! (Windows 7 Ultimate 7600)
[ ] [192.168.206.153] is likely VULNERABLE to MS17-010! (Windows 7 Ultimate 7600)
[ ] [192.168.206.154] is likely VULNERABLE to MS17-010! (Windows 7 Ultimate 7600)

另附一个FB上的现成的ms17010scan-h-n-amd64-1.exe工具
扫单个IP
ms17010scan-h-n-amd64-1.exe -h 192.168.1.1
扫IP段
ms17010scan-h-n-amd64-1.exe -n 192.168.1.0/24


文章来源及下载:

https://github.com/holmesian/ms17_010_scan

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
相关推荐
  • 暂无相关文章
  • 评论 抢沙发

    请登录后发表评论

      暂无评论内容