码迷,mamicode.com
首页 > 其他好文 > 详细

zmap/masscan 快速扫描网络

时间:2019-10-09 15:58:37      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:efi   udp   max   color   amp   ber   list   clu   output   


 

masscan 0.0.0.0/0 -p 22 --excludefile exclude.txt --max-rate 100000 -oL 22-output.txt -Pn -n &   

#扫描全网,22端口,不扫exclude.txt 里面的IP,发包速率选择100000 ,结果输出到22-output.txt,不ping,不解析DNS。

 

zmap -B 2M -p 22 -n 900 -N 100 -o 22-output.txt -b backlist.txt -s 80-90 10.0.0.0/8 192.168.0.0/16

#默认最大速率进行SYN扫描,现在最大2M速度进行扫描,22端口,探测目标上限数量为900,探测结果上限为100,不探测backlist里面的IP,扫描数据包的源端口设定为80-90,扫描目标为10.0.0.0/8 192.168.0.0/16

 

zmap -B 2M -p 22 -n 900 -N 100 -o 22-output.txt -b backlist.txt -s 80-90 -M udp 0.0.0.0/0

#默认最大速率进行SYN扫描,现在最大2M速度进行扫描,22端口,探测目标上限数量为900,探测结果上限为100,不探测backlist里面的IP,扫描数据包的源端口设定为80-90,使用udp扫描,全网扫描

 

资料整理来源:

https://github.com/robertdavidgraham/masscan

https://github.com/zmap/zmap/wiki

zmap/masscan 快速扫描网络

标签:efi   udp   max   color   amp   ber   list   clu   output   

原文地址:https://www.cnblogs.com/blogs-1024/p/11641853.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!