Common: Remove banner from TCPScanEvent

This commit is contained in:
Mike Salvatore 2022-09-29 13:38:33 -04:00
parent 34ca127c6c
commit ccaf0b63c6
1 changed files with 0 additions and 2 deletions

View File

@ -12,10 +12,8 @@ class TCPScanEvent(AbstractAgentEvent):
Attributes:
: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
"""
target: IPv4Address
port: NetworkPort
port_status: PortStatus
banner: str