From f157387be14e41074497bacb3feccbd0e89d864e Mon Sep 17 00:00:00 2001 From: ron Date: Wed, 1 Apr 2009 03:31:13 +0000 Subject: [PATCH] Changed message when checks are disabled (it seemed to be confusing people) --- scripts/smb-check-vulns.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/smb-check-vulns.nse b/scripts/smb-check-vulns.nse index 715998349..e41d7caf7 100644 --- a/scripts/smb-check-vulns.nse +++ b/scripts/smb-check-vulns.nse @@ -277,7 +277,7 @@ action = function(host) elseif(result == UNKNOWN) then response = response .. "MS08-067: LIKELY VULNERABLE (host stopped responding)\n" elseif(result == NOTRUN) then - response = response .. "MS08-067: NOT RUN\n" + response = response .. "MS08-067: Check disabled (remove 'safe=1' argument to run)\n" elseif(result == INFECTED) then response = response .. "MS08-067: PATCHED (possibly by Conficker)\n" else @@ -316,7 +316,7 @@ action = function(host) found = true elseif(result == NOTRUN) then if(nmap.verbosity() > 0) then - response = response .. "regsvc DoS: NOT RUN (add --script-args=unsafe=1 to run)\n" + response = response .. "regsvc DoS: Check disabled (add --script-args=unsafe=1 to run)\n" end else if(nmap.verbosity() > 0) then