Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 374 Bytes

nmap.md

File metadata and controls

9 lines (7 loc) · 374 Bytes

Links

Scan a Large Network for a Certain Open TCP Port

Examples

# Scan TCP port 80 in that network, pay attention to timeout, they should be adjusted for different network and latencies
nmap -T4 -Pn -p80 --max-rtt-timeout 200ms --initial-rtt-timeout 150ms --min-hostgroup 512 -oG /dev/stdout 172.25.4.0/24