mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
changes to os detection chapter
This commit is contained in:
3
nmap.cc
3
nmap.cc
@@ -216,6 +216,7 @@ printf("%s %s ( %s )\n"
|
||||
" --system-dns: Use OS's DNS resolver\n"
|
||||
"SCAN TECHNIQUES:\n"
|
||||
" -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans\n"
|
||||
" -sU: UDP Scan\n"
|
||||
" -sN/sF/sX: TCP Null, FIN, and Xmas scans\n"
|
||||
" --scanflags <flags>: Customize TCP scan flags\n"
|
||||
" -sI <zombie host[:probeport]>: Idlescan\n"
|
||||
@@ -234,8 +235,8 @@ printf("%s %s ( %s )\n"
|
||||
" --version-trace: Show detailed version scan activity (for debugging)\n"
|
||||
"OS DETECTION:\n"
|
||||
" -O: Enable OS detection (try 2nd generation, then 1st if that fails)\n"
|
||||
" -O1: Only use the old (1st generation) OS detection system\n"
|
||||
" -O2: Only use the new OS detection system (no fallback)\n"
|
||||
" -O1: Only use the old (1st generation) OS detection system\n"
|
||||
" --osscan-limit: Limit OS detection to promising targets\n"
|
||||
" --osscan-guess: Guess OS more aggressively\n"
|
||||
"TIMING AND PERFORMANCE:\n"
|
||||
|
||||
Reference in New Issue
Block a user