mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Fix capitalization of NetBuster.
This commit is contained in:
parent
90a2819a04
commit
d6a89a6674
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue