mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Rectify an HTTP digest authentication crash. Fixes #1665
This commit is contained in:
parent
14b63a8ffe
commit
f513575f5c
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSE][GH#1648] CR characters are no longer treated as illegal in script XML
|
||||
output. [nnposter]
|
||||
o [NSE][GH#1665] The HTTP library no longer crashes when code requests digest
|
||||
authentication but the server does not provide the necessary authentication
|
||||
header. [nnposter]
|
||||
|
||||
o [NSE][GH#1648] CR characters (0x0D) are no longer treated as illegal
|
||||
in script XML output. [nnposter]
|
||||
|
||||
o [GH#1659] Allow resuming nmap scan with lengthy command line
|
||||
[Clément Notin]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue