We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d196751 commit 0fcddffCopy full SHA for 0fcddff
1 file changed
testssl.sh
@@ -23718,6 +23718,8 @@ parse_cmd_line() {
23718
grep -q 'BEGIN CERTIFICATE' "$fname" || fatal "\"$fname\" is not CA file in PEM format" $ERR_RESOURCE
23719
done
23720
23721
+ "$FAST" && pr_warning "\n'--fast' can have some undesired side effects thus it is not recommended to use anymore\n"
23722
+
23723
if "$do_starttls_injection" && [[ "$STARTTLS_PROTOCOL" =~ smtp ]]; then
23724
((VULN_COUNT++))
23725
fi
0 commit comments