forked from p15670423/monkey
Agent: Fix comment in ExploitTelem
This commit is contained in:
parent
f0679ebb26
commit
b91f3b1551
|
@ -17,7 +17,7 @@ class ExploitTelem(BaseTelem):
|
||||||
Default exploit telemetry constructor
|
Default exploit telemetry constructor
|
||||||
:param name: The name of exploiter used
|
:param name: The name of exploiter used
|
||||||
:param host: The host machine
|
:param host: The host machine
|
||||||
:param result: Data about the exploitation attempt (success status, info, attempts, etc)
|
:param result: Data about the exploitation (success status, info, attempts, etc)
|
||||||
"""
|
"""
|
||||||
super(ExploitTelem, self).__init__()
|
super(ExploitTelem, self).__init__()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue