1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Change the portrule of wdb-version to use port number 17185 instead of

0x54321. 0x54321 worked, probably due to integer truncation somewhere.
This commit is contained in:
david
2010-08-16 14:40:59 +00:00
parent dbd99b59f6
commit 12e699e001

View File

@@ -30,7 +30,7 @@ require 'shortport'
require 'rpc'
require 'stdnse'
portrule = shortport.port_or_service(0x54321, "wdbrpc", {"udp"} )
portrule = shortport.port_or_service(17185, "wdbrpc", {"udp"} )
rpc.RPC_version["wdb"] = { min=1, max=1 }