Common: Specify timeout is in seconds in TCPScanConfiguration docstring
This commit is contained in:
parent
5a6173163b
commit
3533074a61
|
@ -50,7 +50,7 @@ class TCPScanConfiguration:
|
||||||
A configuration for TCP scanning
|
A configuration for TCP scanning
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
:param timeout: Maximum time to wait for a response from the target
|
:param timeout: Maximum time in seconds to wait for a response from the target
|
||||||
:param ports: Ports to scan
|
:param ports: Ports to scan
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue