From f372e178772b84c0f285d99d61248850a033706c Mon Sep 17 00:00:00 2001 From: david Date: Sat, 17 Aug 2013 02:18:13 +0000 Subject: [PATCH] CHANGELOG for ICMP ID matching. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 58ee64f86..cf7e0be05 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o The ICMP ID of ICMP probes is now matched against the sent ICMP ID, + to reduce the chance of false matches. Patch by Chris Johnson. + o [NSE] Made telnet-brute support multiple parallel guessing threads, reuse connections, and support password-only logins. [nnposter]