Skip to content

Commit 0e54075

Browse files
committed
Reverse double dash option for vulnerabilities (cmd line)
1 parent 1f8e651 commit 0e54075

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

testssl.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18950,7 +18950,7 @@ single check as <options> ("$PROG_NAME URI" does everything except -E and -g):
1895018950
-H, --heartbleed tests for Heartbleed vulnerability
1895118951
-I, --ccs, --ccs-injection tests for CCS injection vulnerability
1895218952
-T, --ticketbleed tests for Ticketbleed vulnerability in BigIP loadbalancers
18953-
--BB, --robot tests for Return of Bleichenbacher's Oracle Threat (ROBOT) vulnerability
18953+
-BB, --robot tests for Return of Bleichenbacher's Oracle Threat (ROBOT) vulnerability
1895418954
-R, --renegotiation tests for renegotiation vulnerabilities
1895518955
-C, --compression, --crime tests for CRIME vulnerability (TLS compression issue)
1895618956
-B, --breach tests for BREACH vulnerability (HTTP compression issue)
@@ -18959,7 +18959,7 @@ single check as <options> ("$PROG_NAME URI" does everything except -E and -g):
1895918959
-W, --sweet32 tests 64 bit block ciphers (3DES, RC2 and IDEA): SWEET32 vulnerability
1896018960
-A, --beast tests for BEAST vulnerability
1896118961
-L, --lucky13 tests for LUCKY13
18962-
--WS, --winshock tests for winshock vulnerability
18962+
-WS, --winshock tests for winshock vulnerability
1896318963
-F, --freak tests for FREAK vulnerability
1896418964
-J, --logjam tests for LOGJAM vulnerability
1896518965
-D, --drown tests for DROWN vulnerability
@@ -21569,7 +21569,7 @@ parse_cmd_line() {
2156921569
do_ticketbleed=true
2157021570
let "VULN_COUNT++"
2157121571
;;
21572-
-BB|--BB|--robot)
21572+
-BB|--robot)
2157321573
do_robot=true
2157421574
;;
2157521575
-R|--renegotiation)
@@ -21617,7 +21617,7 @@ parse_cmd_line() {
2161721617
do_lucky13=true
2161821618
let "VULN_COUNT++"
2161921619
;;
21620-
-WS|--WS|--winshock)
21620+
-WS|--winshock)
2162121621
do_winshock=true
2162221622
let "VULN_COUNT++"
2162321623
;;

0 commit comments

Comments
 (0)