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
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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。