'sslchecker' ändern
This commit is contained in:
parent
8a32d4f4eb
commit
d5e841ea2f
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue