mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
User shortport.version_port_or_service instead of just
shortport.port_or_service in netbus-version.nse.
This commit is contained in:
parent
573088f99c
commit
008a43e7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue