mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix dns-fuzz portrule (was defaulting to tcp)
This commit is contained in:
parent
b4994505c3
commit
32936167c2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
|||
categories = {"fuzzer", "intrusive"}
|
||||
|
||||
|
||||
portrule = shortport.portnumber(53)
|
||||
portrule = shortport.portnumber(53, {"tcp", "udp"})
|
||||
|
||||
-- How many ms should we wait for the server to respond.
|
||||
-- Might want to make this an argument, but 500 should always be more then enough.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue