Warn when using --fast

... in the terminal only for now.
This commit is contained in:
Dirk 2023-08-28 16:08:04 +02:00
parent d19675136a
commit 0fcddff1cd

View File

@ -23718,6 +23718,8 @@ parse_cmd_line() {
grep -q 'BEGIN CERTIFICATE' "$fname" || fatal "\"$fname\" is not CA file in PEM format" $ERR_RESOURCE grep -q 'BEGIN CERTIFICATE' "$fname" || fatal "\"$fname\" is not CA file in PEM format" $ERR_RESOURCE
done done
"$FAST" && pr_warning "\n'--fast' can have some undesired side effects thus it is not recommended to use anymore\n"
if "$do_starttls_injection" && [[ "$STARTTLS_PROTOCOL" =~ smtp ]]; then if "$do_starttls_injection" && [[ "$STARTTLS_PROTOCOL" =~ smtp ]]; then
((VULN_COUNT++)) ((VULN_COUNT++))
fi fi