forked from p15670423/monkey
fix ntlm_hash telem
This commit is contained in:
parent
7e2e2aa15f
commit
fe77fc833c
|
@ -482,7 +482,7 @@ def report_failed_login(exploiter, machine, user, password='', lm_hash='', ntlm_
|
||||||
if lm_hash != '':
|
if lm_hash != '':
|
||||||
telemetry_dict['lm_hash'] = lm_hash
|
telemetry_dict['lm_hash'] = lm_hash
|
||||||
if ntlm_hash != '':
|
if ntlm_hash != '':
|
||||||
telemetry_dict['lm_hash'] = ntlm_hash
|
telemetry_dict['ntlm_hash'] = ntlm_hash
|
||||||
|
|
||||||
ControlClient.send_telemetry('exploit', telemetry_dict)
|
ControlClient.send_telemetry('exploit', telemetry_dict)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue