1
0
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:
fyodor
2006-08-08 07:44:16 +00:00
parent d32123bd54
commit 2d36c91639
5 changed files with 18 additions and 11 deletions

View File

@@ -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"