From b7b8fef7f4a0ec97bffca4cf0ced5a5230383526 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 15 May 2008 15:12:58 +0000 Subject: [PATCH] Removing "Recursion not enabled" from dns-test-open-recursion.nse because it only adds clutter to the output --- scripts/dns-test-open-recursion.nse | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/dns-test-open-recursion.nse b/scripts/dns-test-open-recursion.nse index 0a87e2fc7..79b7546de 100644 --- a/scripts/dns-test-open-recursion.nse +++ b/scripts/dns-test-open-recursion.nse @@ -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