mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a typo in docs/TODO. OS detection is -O, not -sO. It's important
here because -O is being contrasted with -sV and -sC.
This commit is contained in:
parent
f3916ef06b
commit
8452d5dc93
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ o Consider rethinking Nmap's -s* syntax for specifing scan types
|
|||
o Problematic for scan types -sI and -b which require arguments
|
||||
o Inconsistencies. For example, -sC and -sV do script scan and
|
||||
version detection, respectively, and yet for OS detection we use
|
||||
-sO.
|
||||
-O.
|
||||
o Possible solution:
|
||||
o We might want to just give them normal option strings, so you
|
||||
could do --maimon instead of -sM, for example. For extremely
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue