fix ntlm_hash telem

This commit is contained in:
Itay Mizeretz 2017-09-27 14:28:53 +03:00
parent 7e2e2aa15f
commit fe77fc833c
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ def report_failed_login(exploiter, machine, user, password='', lm_hash='', ntlm_
if lm_hash != '':
telemetry_dict['lm_hash'] = lm_hash
if ntlm_hash != '':
telemetry_dict['lm_hash'] = ntlm_hash
telemetry_dict['ntlm_hash'] = ntlm_hash
ControlClient.send_telemetry('exploit', telemetry_dict)