mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
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]
This commit is contained in:
parent
1b6c69387a
commit
03bac6b937
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue