forked from p15670423/monkey
Common: Remove "service" from TCPScanEvent
It's not the responsibility of the agent to format this information for display.
This commit is contained in:
parent
edaa7ec34d
commit
ba7e44038c
|
@ -13,11 +13,9 @@ class TCPScanEvent(AbstractAgentEvent):
|
|||
:param port: Port on which the scan was performed
|
||||
:param port_status: Status of the port (closed/open)
|
||||
:param banner: Information from the tcp response
|
||||
:param service: Name of the service which runs on the port
|
||||
"""
|
||||
|
||||
target: IPv4Address
|
||||
port: NetworkPort
|
||||
port_status: PortStatus
|
||||
banner: str
|
||||
service: str
|
||||
|
|
Loading…
Reference in New Issue