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:28 +02:00 committed by GitHub
parent c28f2d6c63
commit 5b8b0258c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class PTHReportService(object):
"""
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 domain_name: The admin's domain name
:param domain_name: The admins' domain name
:return:
A list of formatted machines names *domain*\*hostname*, to use in shared admins issues.
"""