1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fixed a bug where every host showed up as 'infected'.. oops\!

This commit is contained in:
ron
2009-03-31 15:18:03 +00:00
parent 75b44c30ac
commit cf73d9eb03

View File

@@ -296,7 +296,7 @@ action = function(host)
response = response .. "Conficker: ERROR: " .. result .. "\n"
end
else
if(result == PATCHED) then
if(result == CLEAN) then
response = response .. "Conficker: Likely CLEAN\n"
else
response = response .. "Conficker: Likely INFECTED\n"