Common: Capitalize TCP

This commit is contained in:
Mike Salvatore 2022-09-29 13:31:06 -04:00
parent ba7e44038c
commit 34ca127c6c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class TCPScanEvent(AbstractAgentEvent):
Attributes: Attributes:
:param port: Port on which the scan was performed :param port: Port on which the scan was performed
:param port_status: Status of the port (closed/open) :param port_status: Status of the port (closed/open)
:param banner: Information from the tcp response :param banner: Information from the TCP response
""" """
target: IPv4Address target: IPv4Address