Update monkey/monkey_island/cc/services/pth_report.py

Co-Authored-By: MaorCore <39161867+MaorCore@users.noreply.github.com>
This commit is contained in:
itaymmguardicore 2018-11-05 16:48:18 +02:00 committed by GitHub
parent 0bd252d832
commit f12ee32e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class PTHReportService(object):
@staticmethod
def __dup_passwords_mongoquery():
"""
This function build and query the mongoDB for users found that are using the same passwords, this is done
This function builds and queries the mongoDB for users that are using the same passwords. this is done
by comparing the NTLM hash found for each user by mimikatz.
:return:
A list of mongo documents (dicts in python) that look like this: