forked from p15670423/monkey
Common: Remove banner from TCPScanEvent
This commit is contained in:
parent
34ca127c6c
commit
ccaf0b63c6
|
@ -12,10 +12,8 @@ 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
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
target: IPv4Address
|
target: IPv4Address
|
||||||
port: NetworkPort
|
port: NetworkPort
|
||||||
port_status: PortStatus
|
port_status: PortStatus
|
||||||
banner: str
|
|
||||||
|
|
Loading…
Reference in New Issue