forked from p15670423/monkey
Update monkey/monkey_island/cc/services/pth_report.py
Co-Authored-By: MaorCore <39161867+MaorCore@users.noreply.github.com>
This commit is contained in:
parent
0bd252d832
commit
f12ee32e21
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue