forked from p15670423/monkey
Common: Modify stolen_credentials description in docstring
This commit is contained in:
parent
743d40abab
commit
b0b0874be9
|
@ -12,7 +12,7 @@ class CredentialsStolenEvent(AbstractEvent):
|
|||
An event that occurs when an agent collects credentials from the victim
|
||||
|
||||
Attributes:
|
||||
:param stolen_credentials: The credentials which were stolen by the source agent
|
||||
:param stolen_credentials: The credentials that were stolen by an agent
|
||||
"""
|
||||
|
||||
stolen_credentials: Sequence[Credentials]
|
||||
|
|
Loading…
Reference in New Issue