forked from p34709852/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
f12ee32e21
commit
c28f2d6c63
|
@ -50,7 +50,7 @@ class PTHReportService(object):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __get_admin_on_machines_format(admin_on_machines, domain_name):
|
def __get_admin_on_machines_format(admin_on_machines, domain_name):
|
||||||
"""
|
"""
|
||||||
This function finds for each admin user, what machines its admin of and compile them to a list.
|
This function finds for each admin user, which machines its an admin of, and compile them to a list.
|
||||||
:param admin_on_machines: A list of "monkey" documents "_id"s
|
:param admin_on_machines: A list of "monkey" documents "_id"s
|
||||||
:param domain_name: The admin's domain name
|
:param domain_name: The admin's domain name
|
||||||
:return:
|
:return:
|
||||||
|
|
Loading…
Reference in New Issue