forked from p15670423/monkey
Common: Capitalize TCP
This commit is contained in:
parent
ba7e44038c
commit
34ca127c6c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue