forked from p34709852/monkey
Common: Remove banner from TCPScanEvent
This commit is contained in:
parent
34ca127c6c
commit
ccaf0b63c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue