forked from p15670423/monkey
Remove mimikatz's stolen credentials from machine's list of stolen creds
This commit is contained in:
parent
80b709b2ac
commit
545b49919d
|
@ -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]:
|
||||
|
|
Loading…
Reference in New Issue