mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-19 05:32:04 +01:00
Add missing counter to ROBOT (3.2)
We missed somehow to add in the big while loop to add the fact that ROBOT is a vulnerability which became apparent with #2967 (3.3dev). This PR adds that for 3.2 also. See #2968.
This commit is contained in:
@@ -20844,7 +20844,7 @@ find_openssl_binary() {
|
|||||||
initialize_engine
|
initialize_engine
|
||||||
|
|
||||||
openssl_location="$(type -p $OPENSSL)"
|
openssl_location="$(type -p $OPENSSL)"
|
||||||
|
|
||||||
[[ -n "$GIT_REL" ]] && \
|
[[ -n "$GIT_REL" ]] && \
|
||||||
cwd="$PWD" || \
|
cwd="$PWD" || \
|
||||||
cwd="$RUN_DIR"
|
cwd="$RUN_DIR"
|
||||||
@@ -24325,6 +24325,7 @@ parse_cmd_line() {
|
|||||||
;;
|
;;
|
||||||
-BB|--BB|--robot)
|
-BB|--BB|--robot)
|
||||||
do_robot=true
|
do_robot=true
|
||||||
|
((VULN_COUNT++))
|
||||||
;;
|
;;
|
||||||
-R|--renegotiation)
|
-R|--renegotiation)
|
||||||
do_renego=true
|
do_renego=true
|
||||||
|
|||||||
Reference in New Issue
Block a user