Common: Override target for PingScanEvent to more specific type hint

This commit is contained in:
vakarisz 2022-09-29 13:49:44 +03:00 committed by Kekoa Kaaikala
parent 4d2a6083a1
commit ff2b04c703
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class PingScanEvent(AbstractAgentEvent):
An event that occurs when the agent performs a ping scan on its network
Attributes:
:param target: IP address of the pinged system
:param response_received: Indicates if target responded to the ping
:param os: Operating system type determined by ICMP fingerprinting
"""