forked from p15670423/monkey
Common: Override target for PingScanEvent to more specific type hint
This commit is contained in:
parent
4d2a6083a1
commit
ff2b04c703
|
@ -10,6 +10,7 @@ class PingScanEvent(AbstractAgentEvent):
|
||||||
An event that occurs when the agent performs a ping scan on its network
|
An event that occurs when the agent performs a ping scan on its network
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
|
:param target: IP address of the pinged system
|
||||||
:param response_received: Indicates if target responded to the ping
|
:param response_received: Indicates if target responded to the ping
|
||||||
:param os: Operating system type determined by ICMP fingerprinting
|
:param os: Operating system type determined by ICMP fingerprinting
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue