forked from p15670423/monkey
Common: Reword TCPScanEvent summary
This commit is contained in:
parent
28ca462ce5
commit
edaa7ec34d
|
@ -7,7 +7,7 @@ from . import AbstractAgentEvent
|
||||||
|
|
||||||
class TCPScanEvent(AbstractAgentEvent):
|
class TCPScanEvent(AbstractAgentEvent):
|
||||||
"""
|
"""
|
||||||
An event that occurs when the Agent performs a TCP scan on its network
|
An event that occurs when the Agent performs a TCP scan on a host
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
:param port: Port on which the scan was performed
|
:param port: Port on which the scan was performed
|
||||||
|
|
Loading…
Reference in New Issue