1
0
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:
kris
2008-05-15 15:12:58 +00:00
parent c868e31105
commit b7b8fef7f4

View File

@@ -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