1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Changelog entry for bounce scan changes

This commit is contained in:
dmiller
2016-07-29 16:24:00 +00:00
parent 228794974a
commit 0b8b1097ab

View File

@@ -1,5 +1,10 @@
# Nmap Changelog ($Id$); -*-text-*-
o FTP Bounce scan: improved some edge cases like anonymous login without
password, 500 errors used to indicate port closed, and timeouts for LIST
command. Also fixed a 1-byte array overrun (read) when checking for
privileged ports. [Daniel Miller]
o [NSE] Solved a memory corruption issue that would happen if a socket connect
operation produced an error immediately, such as Network Unreachable. The
event handler was throwing a Lua error, preventing Nsock from cleaning up