mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
minor add to changelog
This commit is contained in:
parent
2c89854adc
commit
7a953e2153
1 changed files with 9 additions and 0 deletions
|
|
@ -414,6 +414,15 @@ o Removed the nmap_service.exe helper program for smb-psexec, as it
|
|||
http://nmap.org/psexec/nmap_service.exe. (The script will remind you
|
||||
if it's not installed.)
|
||||
|
||||
o [Ncat] Don't call SSL_accept in the listen mode, rather use the
|
||||
implicit SSL_accept in SSL_read. The problem was that SSL_accept was
|
||||
blocking until the handshake was complete. You could block the whole
|
||||
server by making a TCP connection and not completing the handshake,
|
||||
for example by connecting with Ncat in non-SSL mode, or by using a
|
||||
browser and not clicking through the certificate verification
|
||||
screen. Our calls to SSL_read come though select so they don't
|
||||
block.
|
||||
|
||||
o Added service probes and UDP payloads for games based on the Quake 2
|
||||
and Quake 3 engine, submitted by Mak Kolybabi.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue