From b12d633b5a346d0660d611be4316055e9cd922b3 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 11 Jan 2010 21:50:45 +0000 Subject: [PATCH] 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. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index bc57d3255..f613d2bdb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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)".