1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

move --traceroute and --reason in nmap -h output

This commit is contained in:
fyodor
2008-09-21 09:40:14 +00:00
parent 2688e3413c
commit d231a35e21

View File

@@ -231,6 +231,7 @@ printf("%s %s ( %s )\n"
" -n/-R: Never do DNS resolution/Always resolve [default: sometimes]\n"
" --dns-servers <serv1[,serv2],...>: Specify custom DNS servers\n"
" --system-dns: Use OS's DNS resolver\n"
" --traceroute: Trace hop path to each host\n"
"SCAN TECHNIQUES:\n"
" -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans\n"
" -sU: UDP Scan\n"
@@ -239,8 +240,6 @@ printf("%s %s ( %s )\n"
" -sI <zombie host[:probeport]>: Idle scan\n"
" -sO: IP protocol scan\n"
" -b <FTP relay host>: FTP bounce scan\n"
" --traceroute: Trace hop path to each host\n"
" --reason: Display the reason a port is in a particular state\n"
"PORT SPECIFICATION AND SCAN ORDER:\n"
" -p <port ranges>: Only scan specified ports\n"
" Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080\n"
@@ -297,6 +296,7 @@ printf("%s %s ( %s )\n"
" -oA <basename>: Output in the three major formats at once\n"
" -v: Increase verbosity level (use twice or more for greater effect)\n"
" -d[level]: Set or increase debugging level (Up to 9 is meaningful)\n"
" --reason: Display the reason a port is in a particular state\n"
" --open: Only show open (or possibly open) ports\n"
" --packet-trace: Show all packets sent and received\n"
" --iflist: Print host interfaces and routes (for debugging)\n"