Common: Remove "service" from TCPScanEvent

It's not the responsibility of the agent to format this information for
display.
This commit is contained in:
Mike Salvatore 2022-09-29 13:29:43 -04:00
parent edaa7ec34d
commit ba7e44038c
1 changed files with 0 additions and 2 deletions

View File

@ -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