forked from p34709852/monkey
RE-CR: more docs
This commit is contained in:
parent
3bf917af80
commit
0bd252d832
|
@ -8,7 +8,12 @@ from cc.services.node import NodeService
|
|||
|
||||
__author__ = 'maor.rayzin'
|
||||
|
||||
|
||||
class PTHReportService(object):
|
||||
"""
|
||||
A static class supplying utils to produce a report based on the PTH related information
|
||||
gathered via mimikatz and wmi.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
def __dup_passwords_mongoquery():
|
||||
|
|
Loading…
Reference in New Issue