Introduction
sudo apt-get install nmap
nmap localhost
nmap -sTU localhost
nmap -sP 192.168.1.0/24
nmap 192.168.1.1/24
or
nmap 192.168.1.1~255
or
nmap 192.168.1.*
nmap -sV 192.168.0.1
nmap -sV -p80 192.168.0.1
sudo nmap -O 192.168.0.1
nmap -A 192.168.0.1
nmap -v 192.168.0.1
nmap -iL hostlist.txt
nmap 192.168.0.* --exclude 192.168.0.100
nmap -iL hostlist.txt --excludefile excludelist.txt
nmap -sA 192.168.0.1
掃描有防火牆的主機
nmap -PN 192.168.0.1
nmap -F 192.168.0.1
ref
No comments:
Post a Comment