nmap入門之例子和Zenmap

#例子code

nmap -v -A 192.168.70.125
nmap -v -sn 192.168.70.0/24
nmap -v -iR 10000 -Pn -p 80

#Zenmap ##強掃描ip

nmap -T4 -A -v 192.168.70.127

##強掃描+UDP路由

nmap -sS -sU -T4 -A -v 192.168.70.127

##強掃描全部TCP端口io

nmap -p 1-65535 -T4 -A -v 192.168.70.127

##強掃描,不Pingroute

nmap -T4 -A -v -Pn 192.168.70.127

##Ping掃描map

nmap -sn 192.168.70.127

##快速掃描端口

nmap -T4 -F 192.168.70.127

##快速掃描(升級版)di

nmap -sV -T4 -O -F --version-light 192.168.70.127

##快速檢測路由升級

nmap -sn --traceroute 192.168.70.127

##常規掃描co

nmap 192.168.70.127

##慢速綜合掃描

nmap -sS -sU -T4 -A -v -PE -PP -PS80,443 -PA3389 -PU40125 -PY -g 53 --script "default or (discovery and safe)" 192.168.70.127
相關文章
相關標籤/搜索