forked from p34709852/monkey
Remove all usage of scanner_class
This commit is contained in:
parent
d0998fc4f6
commit
3dfc7242aa
|
@ -143,7 +143,7 @@ class InfectionMonkey(object):
|
||||||
finger.get_host_fingerprint(machine)
|
finger.get_host_fingerprint(machine)
|
||||||
|
|
||||||
ControlClient.send_telemetry('scan', {'machine': machine.as_dict(),
|
ControlClient.send_telemetry('scan', {'machine': machine.as_dict(),
|
||||||
'scanner': WormConfiguration.scanner_class.__name__})
|
})
|
||||||
|
|
||||||
# skip machines that we've already exploited
|
# skip machines that we've already exploited
|
||||||
if machine in self._exploited_machines:
|
if machine in self._exploited_machines:
|
||||||
|
|
Loading…
Reference in New Issue