diff --git a/pages/common/sslscan.md b/pages/common/sslscan.md new file mode 100644 index 0000000000..57eb60ac5e --- /dev/null +++ b/pages/common/sslscan.md @@ -0,0 +1,16 @@ +# sslscan + +> Check SSL/TLS protocols and ciphers supported by a server. +> More information: . + +- Test a server on port 443: + +`sslscan {{example.com}}` + +- Test a specified port: + +`sslscan {{example.com}}:{{465}}` + +- Show certificate information: + +`testssl --show-certificate {{example.com}}`