mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +00:00
User shortport.version_port_or_service instead of just
shortport.port_or_service in netbus-version.nse.
This commit is contained in:
@@ -15,7 +15,7 @@ require("nmap")
|
||||
require("stdnse")
|
||||
require("shortport")
|
||||
|
||||
portrule = shortport.port_or_service (12345, "netbus", {"tcp"})
|
||||
portrule = shortport.version_port_or_service (12345, "netbus", {"tcp"})
|
||||
|
||||
action = function( host, port )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user