nmap 快速扫描所有端口

nmap -sT -sV -Pn -v xxx.xxx.xxx.xxx

nmap -sS -p 1-65535 -v 192.168.1.254
参数:
-sS    TCP SYN扫描    nmap -sS 192.168.1.254   
-P     指定端口扫描   nmap -sS -P 1-65535 192.168.1.254
-V     详细信息       nmap -V -sS 192.168.1.254

posted @ 2017-12-16 08:42  一只宅男的自我修养  阅读(45887)  评论(0编辑  收藏  举报