Files
tldr/pages.zh/common/sslscan.md

16 lines
315 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sslscan
> 检查服务器支持的SSL/TLS协议和密码套件。
> 更多信息:<https://github.com/rbsec/sslscan>。
- 测试443端口的服务器
`sslscan {{example.com}}`
- 测试指定端口:
`sslscan {{example.com}}:{{465}}`
- 显示证书信息:
`testssl --show-certificate {{example.com}}`