MENU
  
# check which if any intranet servers are still accepting TLS 1.0 requests
curl -s https://service-directory.intranet.foobar.com/ | sed -nE 's#.*//(.*\.intranet.foobar.com).*#\1#p' | sort -u | xargs -I HST echo "echo HST \$(sslscan --no-ciphersuites --no-heartbleed --no-renegotiation --no-groups --no-fallback --no-compression --no-cipher-details --tls10 --no-check-certificate --connect-timeout=1 HST 2>&1 | g TLSv1.0)" | sh | grep enabled