mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-16 20:22:05 +01:00
ROBOT is also a vulnerability
We missed somehow to add in the big while loop to add the fact that ROBOT is a vulnerability which become apparent with #2967. This PR adds that.
This commit is contained in:
@@ -24710,6 +24710,7 @@ parse_cmd_line() {
|
||||
;;
|
||||
-BB|--BB|--robot)
|
||||
do_robot=true
|
||||
((VULN_COUNT++))
|
||||
;;
|
||||
-R|--renegotiation)
|
||||
do_renego=true
|
||||
|
||||
Reference in New Issue
Block a user