Skip to content

Commit 0fcddff

Browse files
committed
Warn when using --fast
... in the terminal only for now.
1 parent d196751 commit 0fcddff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testssl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23718,6 +23718,8 @@ parse_cmd_line() {
2371823718
grep -q 'BEGIN CERTIFICATE' "$fname" || fatal "\"$fname\" is not CA file in PEM format" $ERR_RESOURCE
2371923719
done
2372023720

23721+
"$FAST" && pr_warning "\n'--fast' can have some undesired side effects thus it is not recommended to use anymore\n"
23722+
2372123723
if "$do_starttls_injection" && [[ "$STARTTLS_PROTOCOL" =~ smtp ]]; then
2372223724
((VULN_COUNT++))
2372323725
fi

0 commit comments

Comments
 (0)