mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Removing "Recursion not enabled" from dns-test-open-recursion.nse because it only adds clutter to the output
This commit is contained in:
parent
c868e31105
commit
b7b8fef7f4
1 changed files with 1 additions and 3 deletions
|
|
@ -30,9 +30,7 @@ action = function(host, port)
|
|||
and bit.band(string.byte(result,4), 0x85) == 0x80)
|
||||
then
|
||||
return "Recursion seems enabled"
|
||||
else
|
||||
return "Recursion not enabled"
|
||||
end
|
||||
end
|
||||
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue