Common: Modify stolen_credentials description in docstring

This commit is contained in:
Mike Salvatore 2022-08-12 06:47:08 -04:00
parent 743d40abab
commit b0b0874be9
1 changed files with 1 additions and 1 deletions

View File

@ -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]