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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user