You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\fB\-T,\-\-ticketbleed\fR Checks for Ticketbleed memory leakage in BigIP loadbalancers\.
229
229
.P
230
-
\fB\-\-BB,\-\-robot\fR Checks for vulnerability to ROBOT / (\fIReturnOfBleichenbacher'sOracleThreat\fR) attack\.
230
+
\fB\-\-BB,\-\-robot\fR Checks for vulnerability to ROBOT / (\fIReturnOfBleichenbacher'sOracleThreat\fR) attack\. The predefined timeout of 10 seconds can be changed with the environment variable \fBROBOT_TIMEOUT\fR\.
231
231
.P
232
232
\fB\-\-SI,\-\-starttls\-injection\fR Checks for STARTTLS injection vulnerabilities (SMTP, IMAP, POP3 only)\.\fBsocat\fR and OpenSSL >=1\.1\.0 is needed\.
233
233
.P
@@ -393,6 +393,8 @@ CCS_MAX_WAITSOCK Is the similar to above but applies only to the CCS handshakes,
393
393
.IP"\[ci]"4
394
394
HEARTBLEED_MAX_WAITSOCK Is the similar to MAX_WAITSOCK but applies only to the ServerHello after sending the Heartbleed payload\. Don't change this unless you're absolutely sure what you're doing\. Value is in seconds\.
395
395
.IP"\[ci]"4
396
+
ROBOT_TIMEOUT is similar to above and applies to the ROBOT check\.
397
+
.IP"\[ci]"4
396
398
MEASURE_TIME_FILE For seldom cases when you don't want the scan time to be included in the output you can set this to false\.
397
399
.IP"\[ci]"4
398
400
STARTTLS_SLEEP is per default set to 10 (seconds)\. That's the value testssl\.sh waits for a string in the STARTTLS handshake before giving up\.
Copy file name to clipboardExpand all lines: doc/testssl.1.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ Also for multiple server certificates are being checked for as well as for the c
236
236
237
237
`-T, --ticketbleed` Checks for Ticketbleed memory leakage in BigIP loadbalancers.
238
238
239
-
`--BB, --robot` Checks for vulnerability to ROBOT / (*Return Of Bleichenbacher's Oracle Threat*) attack.
239
+
`--BB, --robot`Checks for vulnerability to ROBOT / (*Return Of Bleichenbacher's Oracle Threat*) attack. The predefined timeout of 10 seconds can be changed with the environment variable `ROBOT_TIMEOUT`.
240
240
241
241
`--SI, --starttls-injection` Checks for STARTTLS injection vulnerabilities (SMTP, IMAP, POP3 only). `socat` and OpenSSL >=1.1.0 is needed.
242
242
@@ -386,6 +386,7 @@ Except the environment variables mentioned above which can replace command line
386
386
* MAX_WAITSOCK: It instructs testssl.sh to wait until the specified time before declaring a socket connection dead. Don't change this unless you're absolutely sure what you're doing. Value is in seconds.
387
387
* CCS_MAX_WAITSOCK Is the similar to above but applies only to the CCS handshakes, for both of the two the two CCS payload. Don't change this unless you're absolutely sure what you're doing. Value is in seconds.
388
388
* HEARTBLEED_MAX_WAITSOCK Is the similar to MAX_WAITSOCK but applies only to the ServerHello after sending the Heartbleed payload. Don't change this unless you're absolutely sure what you're doing. Value is in seconds.
389
+
* ROBOT_TIMEOUT is similar to above and applies to the ROBOT check.
389
390
* MEASURE_TIME_FILE For seldom cases when you don't want the scan time to be included in the output you can set this to false.
390
391
* STARTTLS_SLEEP is per default set to 10 (seconds). That's the value testssl.sh waits for a string in the STARTTLS handshake before giving up.
391
392
* MAX_PARALLEL is the maximum number of tests to run in parallel in parallel mass testing mode. The default value of 20 may be made larger on systems with faster processors.
0 commit comments