Remove all usage of scanner_class

This commit is contained in:
Daniel Goldberg 2018-09-12 19:34:14 +03:00
parent d0998fc4f6
commit 3dfc7242aa
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class InfectionMonkey(object):
finger.get_host_fingerprint(machine)
ControlClient.send_telemetry('scan', {'machine': machine.as_dict(),
'scanner': WormConfiguration.scanner_class.__name__})
})
# skip machines that we've already exploited
if machine in self._exploited_machines: