forked from p15670423/monkey
Island: Fix small docstrings
This commit is contained in:
parent
152b486ede
commit
0b152942fb
|
@ -17,10 +17,10 @@ class AgentBinaries(AbstractResource):
|
||||||
# Used by monkey. can't secure.
|
# Used by monkey. can't secure.
|
||||||
def get(self, os):
|
def get(self, os):
|
||||||
"""
|
"""
|
||||||
Gets the agent binary based on the OS
|
Gets the agent binary for the specified OS
|
||||||
|
|
||||||
:param os: Operating systems. Supported OS are: 'linux' and 'windows'
|
:param os: Operating systems. Supported OS are: 'linux' and 'windows'
|
||||||
:return: file-like object with a filename same as the OS
|
:return: an agent binary file
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
agent_binaries = {
|
agent_binaries = {
|
||||||
|
|
Loading…
Reference in New Issue