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刪除。