mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Apply a patch from Toni Ruottu with some small misc. improvements to the netbus-* scripts. Also I changed netbus-auth-bypass to the safe category as recommended by Toni
This commit is contained in:
@@ -4,6 +4,9 @@ that mimes NetBus.
|
||||
]]
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sV -p 12345 --script netbus-version <target>
|
||||
--
|
||||
-- @output
|
||||
-- 12345/tcp open netbus Netbuster (honeypot)
|
||||
|
||||
@@ -15,7 +18,7 @@ require("nmap")
|
||||
require("stdnse")
|
||||
require("shortport")
|
||||
|
||||
portrule = shortport.version_port_or_service (12345, "netbus", {"tcp"})
|
||||
portrule = shortport.version_port_or_service ({}, "netbus", {"tcp"})
|
||||
|
||||
action = function( host, port )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user