1
0
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:
fyodor
2011-01-15 21:28:45 +00:00
parent aef6f90991
commit b27c8e29d7
4 changed files with 32 additions and 12 deletions

View File

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