Common: Add param docstring in TCPScanEvent

This commit is contained in:
Ilija Lazoroski 2022-10-03 16:26:55 +02:00
parent fa2ac64b16
commit 779fc63edc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class TCPScanEvent(AbstractAgentEvent):
An event that occurs when the Agent performs a TCP scan on a host
Attributes:
:param target: IP address of the scanned system
:param ports: The scanned ports and their status (open/closed)
"""