forked from p15670423/monkey
Common: Add param docstring in TCPScanEvent
This commit is contained in:
parent
fa2ac64b16
commit
779fc63edc
|
@ -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)
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue