diff --git a/sslchecker b/sslchecker index a0a13f2..d497aad 100644 --- a/sslchecker +++ b/sslchecker @@ -86,8 +86,8 @@ ValidDate() } Records() { - dig A $host +short - dig AAAA $host +short + dig A +short $host | tr '\n' '\t'; dig +short -x $(dig A +short $host) 2> /dev/null + dig AAAA +short $host | tr '\n' '\t'; dig +short -x $(dig AAAA +short $host) 2> /dev/null } if [[ "$source" == "local" ]]; then if [ -z "$file" ]; then @@ -107,7 +107,7 @@ echo -e '\e[90m\e[1m\e[101mValidated by:\e[0m' RemoteCheck | Validation echo -e '\e[90m\e[1m\e[43mValidated from to:\e[0m' RemoteCheck | ValidDate -echo -e '\e[90m\e[1m\e[102mA and AAAA Records:\e[0m' +echo -e '\e[90m\e[1m\e[102mIP and Reverse Lookups:\e[0m' Records fi @@ -117,7 +117,7 @@ if [ "$source" == "update" ]; then fi if [ "$source" == "version" ]; then - echo "Version 2020-05-07" + echo "Version 2020-06-30" fi if [ "$source" == "cipher" ]; then