1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-30 18:19:05 +00:00

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
This commit is contained in:
david
2012-01-10 04:46:31 +00:00
parent 2532c413b5
commit 7d4c555712

View File

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