mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
dbd99b59f6
commit
12e699e001
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue