mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
o [Ncat] Ncat now uses case-insensitive string comparison when
checking authentication schemes and parameters. Florian Roth found a server offering "BASIC" instead of "Basic", and the HTTP RFC requires case-insensitive comparisons in most places. [David]
This commit is contained in:
parent
6c62ce69e8
commit
b8346c1d82
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] Ncat now uses case-insensitive string comparison when
|
||||
checking authentication schemes and parameters. Florian Roth found a
|
||||
server offering "BASIC" instead of "Basic", and the HTTP RFC
|
||||
requires case-insensitive comparisons in most places. [David]
|
||||
|
||||
o [NSE] Added the hddtemp-info script from Toni Ruotto, which gets
|
||||
hard drive temperatures from the hddtemp service.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue