Make Ncat's -p option set the listening port in listen mode (normal Ncat

syntax is to omit the -p) for compatibility with nc. See discussion
starting at http://seclists.org/nmap-dev/2010/q1/31.
This commit is contained in:
david 2010-01-11 21:50:45 +00:00
parent 2475306122
commit b12d633b5a

View file

@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] The -p option now works to set the listening port in listen
mode, so that "ncat -l -p 123" is a synonym of "ncat -l 123".
o A new script argument, http.useragent, gives the ability to modify
the User-Agent header sent by NSE from its default of "Mozilla/5.0
(compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)".