1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Fix capitalization of NetBuster.

This commit is contained in:
david
2010-12-13 18:00:04 +00:00
parent 90a2819a04
commit d6a89a6674

View File

@@ -36,7 +36,7 @@ action = function( host, port )
--NetBuster does not
port.version.name = "netbus"
port.version.product = "Netbuster"
port.version.product = "NetBuster"
port.version.extrainfo = "honeypot"
port.version.version = nil
nmap.set_port_version(host, port, "hardmatched")