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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user