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

nmap使用技巧

时间:2020-09-17 17:01:25      阅读:24      评论:0      收藏:0      [点我收藏+]

标签:int   nmap   disco   awk   txt   href   red   idc   oid   

扫描参数,使用syn扫描速度更快

nmap 8.210.0.0/16 -sS -p1-65535

输出格式,IP:端口

nmap -vv 8.210.0.0/16 -p80,8080 | grep "Discovered open port" | awk {‘print $6":"$4‘} | awk -F/ {‘print $1‘} > output.txt
技术图片

参考链接:
http://cn.voidcc.com/question/p-nubaaxiu-bgp.html

nmap使用技巧

标签:int   nmap   disco   awk   txt   href   red   idc   oid   

原文地址:https://www.cnblogs.com/wodekaifalog/p/13625379.html

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