mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Note that order of -6 and -A shouldn't matter (only meaningful for David's IPv6 branch because current trunk doesn't support -A with -6 in any case
This commit is contained in:
parent
a82947eecf
commit
88e585e0bf
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ o Summer of Code feature creeper:
|
|||
Nmap TODO item).
|
||||
o Nmap should defer address parsing in arguments until it has read
|
||||
through all the args. Otherwise you get an error if you use like -S
|
||||
with an IPv6 address before you put -6 in the command line.
|
||||
with an IPv6 address before you put -6 in the command line. You
|
||||
get a similar problem (on David's IPv6 branch) if you do "-A -6"
|
||||
(but "-6 -A works properly).
|
||||
|
||||
o [Nsock] Some SSL connections that used to work now fail; find out
|
||||
why. http://seclists.org/nmap-dev/2010/q4/788. Narrowed down to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue