mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fixed a bug where every host showed up as 'infected'.. oops\!
This commit is contained in:
parent
75b44c30ac
commit
cf73d9eb03
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue