From 03bac6b9374cdb7bcfe339a4be748499623f1610 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 Jan 2010 00:41:30 +0000 Subject: [PATCH] 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)". You can set it to the empty string to disable the User-Agent entirely. [David] --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 380b18ed0..bc57d3255 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +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)". + You can set it to the empty string to disable the User-Agent + entirely. [David] + o [Nmat] The --ssl, --output, and --hex-dump options now work with --exec and --sh-exec. This is done by forking a separate process to handle network communications and relay the data to the subprocess.