adding UDP Scan (-sU) to Zenmap's Profile Editor and Command Wizard

This commit is contained in:
kris 2008-02-06 01:19:56 +00:00
parent ce95ae92a8
commit 5fa53605e6

View file

@ -49,7 +49,8 @@ o Another Zenmap bug was fixed: the --scan-delay and --max-scan-delay
buttons ("amount of time between probes") under the Advanced tab in
the Profile Editor were backwards. [Kris]
o Added the IPProto Ping (-PO) to Zenmap's Profile Editor. [Kris]
o Added the UDP Scan (-sU) and IPProto Ping (-PO) to Zenmap's Profile
Editor and Command Wizard. [Kris]
o Added IPv6 host support to the RPC scan. Attempting this before
(via -sV) caused a segmentation fault. Thanks to Will Cladek for