mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user