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:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user