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
5b8b0258c0
commit
cf9656068b
|
@ -62,7 +62,7 @@ class PTHReportService(object):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __strong_users_on_crit_query():
|
def __strong_users_on_crit_query():
|
||||||
"""
|
"""
|
||||||
This function build and query the mongoDB for users that mimikatz was able to find cached NTLM hash and
|
This function build and query the mongoDB for users that mimikatz was able to find cached NTLM hashes and
|
||||||
are administrators on machines with services predefined as important services thus making these machines
|
are administrators on machines with services predefined as important services thus making these machines
|
||||||
critical.
|
critical.
|
||||||
:return:
|
:return:
|
||||||
|
|
Loading…
Reference in New Issue