mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add reference links to wdb-version.nse.
This commit is contained in:
parent
12e699e001
commit
230f5d662b
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ require 'shortport'
|
|||
require 'rpc'
|
||||
require 'stdnse'
|
||||
|
||||
-- WDB protocol information
|
||||
-- http://www-kryo.desy.de/documents/vxWorks/V5.5/tornado-api/wdbpcl/wdb.html
|
||||
-- Metasploit scanner module
|
||||
-- http://www.metasploit.com/redmine/projects/framework/repository/entry/lib/msf/core/exploit/wdbrpc.rb
|
||||
|
||||
portrule = shortport.port_or_service(17185, "wdbrpc", {"udp"} )
|
||||
|
||||
rpc.RPC_version["wdb"] = { min=1, max=1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue