mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-26 18:39:31 +01:00
Please sort caa records to avoid flapping findings in tools like Seccubus ;)
This commit is contained in:
parent
52e02d9d43
commit
163311c151
@ -13201,6 +13201,7 @@ get_caa_rr_record() {
|
|||||||
return 1
|
return 1
|
||||||
# No dig, drill, host, or nslookup --> complaint was elsewhere already
|
# No dig, drill, host, or nslookup --> complaint was elsewhere already
|
||||||
fi
|
fi
|
||||||
|
raw_caa=$(echo $raw_caa|sort)
|
||||||
OPENSSL_CONF="$saved_openssl_conf" # see https://github.com/drwetter/testssl.sh/issues/134
|
OPENSSL_CONF="$saved_openssl_conf" # see https://github.com/drwetter/testssl.sh/issues/134
|
||||||
debugme echo $raw_caa
|
debugme echo $raw_caa
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user