From 7d4c55571249a0b93b341a05b428369954cfe7f5 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 10 Jan 2012 04:46:31 +0000 Subject: [PATCH] Credit Daniel Miller in CHANGELOG for odd-port.nse. There were two implementations of this script; Daniel's was first but fell through the cracks. http://seclists.org/nmap-dev/2011/q2/1272 --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 654bad82a..41a0e6474 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -286,7 +286,8 @@ o [NSE] Added 51(!) NSE scripts, bringing the total up to 297. They + unusual-port compares the detected service on a port against the expected service for that port number (e.g. ssh on 22, http on 80) - and reports deviations. [Patrik Karlsson] + and reports deviations. An early version of this same idea was + written by Daniel Miller. [Patrik Karlsson] + vuze-dht-info retrieves some basic information, including protocol version from a Vuze filesharing node. [Patrik Karlsson]