mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-02-01 10:45:12 +01:00
fix spelling
This commit is contained in:
@@ -24430,7 +24430,7 @@ set_scanning_defaults() {
|
|||||||
do_tls_fallback_scsv=true
|
do_tls_fallback_scsv=true
|
||||||
do_client_simulation=true
|
do_client_simulation=true
|
||||||
|
|
||||||
# A counter wie use but only for if there are vulnerabilties to check or not
|
# A counter wie use but only for if there are vulnerabilities to check or not
|
||||||
if "$OFFENSIVE"; then
|
if "$OFFENSIVE"; then
|
||||||
VULN_COUNT=18
|
VULN_COUNT=18
|
||||||
else
|
else
|
||||||
@@ -24686,7 +24686,7 @@ parse_cmd_line() {
|
|||||||
do_winshock=true
|
do_winshock=true
|
||||||
do_rc4=true
|
do_rc4=true
|
||||||
do_starttls_injection=true
|
do_starttls_injection=true
|
||||||
# A counter which we use but only for if there are vulnerabilties to check or not
|
# A counter which we use but only for if there are vulnerabilities to check or not
|
||||||
if "$OFFENSIVE"; then
|
if "$OFFENSIVE"; then
|
||||||
VULN_COUNT=18
|
VULN_COUNT=18
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user