mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 21:19:01 +00:00
Fixed a bug where every host showed up as 'infected'.. oops\!
This commit is contained in:
@@ -296,7 +296,7 @@ action = function(host)
|
|||||||
response = response .. "Conficker: ERROR: " .. result .. "\n"
|
response = response .. "Conficker: ERROR: " .. result .. "\n"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if(result == PATCHED) then
|
if(result == CLEAN) then
|
||||||
response = response .. "Conficker: Likely CLEAN\n"
|
response = response .. "Conficker: Likely CLEAN\n"
|
||||||
else
|
else
|
||||||
response = response .. "Conficker: Likely INFECTED\n"
|
response = response .. "Conficker: Likely INFECTED\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user