mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
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:
parent
2475306122
commit
b12d633b5a
1 changed files with 3 additions and 0 deletions
|
|
@ -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)".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue