openssl s_client -connect www.bob.tw:443 | find /i "tlsv"
nmap --script ssl-enum-ciphers -p 443 www.bob.tw | find /i "tlsv"
資料來源:
1. Command prompt to check TLS version required by a host
2. nmap.org
www.bob.tw
openssl s_client -connect www.bob.tw:443 | find /i "tlsv"
nmap --script ssl-enum-ciphers -p 443 www.bob.tw | find /i "tlsv"
資料來源:
1. Command prompt to check TLS version required by a host
2. nmap.org