1
0
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:
david
2010-08-16 15:57:36 +00:00
parent 12e699e001
commit 230f5d662b

View File

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