Remove mimikatz's stolen credentials from machine's list of stolen creds

This commit is contained in:
Itay Mizeretz 2017-11-12 16:20:15 +02:00
parent 80b709b2ac
commit 545b49919d
1 changed files with 0 additions and 2 deletions

View File

@ -160,8 +160,6 @@ class Telemetry(flask_restful.Resource):
for user in creds:
ConfigService.creds_add_username(user)
creds[user]['user'] = user
NodeService.add_credentials_to_monkey(
NodeService.get_monkey_by_guid(telemetry_json['monkey_guid'])['_id'], creds[user])
if 'password' in creds[user]:
ConfigService.creds_add_password(creds[user]['password'])
if 'lm_hash' in creds[user]: