mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 03:29:02 +00:00
Add reference links to wdb-version.nse.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user