Scanning Engine v2 - Module - SSL v2¶
Overview¶
Targeting¶
Configuration¶
Only the publicly-available configuration keys that can be set in a job's module invocations will be described below. Additional configuration keys may exist, but not be shown here because they are restricted to specific users or because they are permanently set as a static value. If no keys have (required) after their names then invocations of this module need not contain a config key.
Named Keys¶
cert-only¶
Only collect certificate information.
- Type: boolean
cipher-only¶
Only collect cipher information, and only from specified ciphers.
- Type: list(string)
Values for this configuration key must be one the following:
sslv2sslv3tlsv1tlsv1_1tlsv1_2tlsv1_3
connect-timeout¶
Timeout for each connection, in seconds.
- Type: integer
- Default:
100
debug¶
Run module with a debugging configuration.
- Type: boolean
exclude-ciphers¶
Exclude specified ciphers from testing.
- Type: list(string)
Values for this configuration key must be one the following:
sslv2sslv3tlsv1tlsv1_1tlsv1_2tlsv1_3
robot-only¶
Only test for ROBOT vulnerability.
- Type: boolean
sni¶
Set SNI hostname.
- Type: string
Schemas¶
The schema for the body object of all results generated with .task.module_name equal to sslv2 can be found here. The schema for results is available both in standalone and bundled form.
Changelog¶
- YYYY-MM-DD: Initial public release of documentation.