CHANGELOG for ICMP ID matching.

This commit is contained in:
david 2013-08-17 02:18:13 +00:00
parent 262c147308
commit f372e17877

View file

@ -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]