本文最后更新于 420 天前,其中的信息可能已经有所发展或是发生改变。
下载地址:https://github.com/rbsec/sslscan
建议在 Windows 环境下运行。直接下载 release 包就可以
Build on linux
apt-get install build-essential git zlib1g-dev
apt-get build-dep openssl
make static
Build on Windows
直接下载 release 包
windows 使用
sslscan.exe www.xxx.com
sslscan.exe –target=www.xxx.com
sslscan.exe –targets=urls.txt
sslscan.exe –targets=urls.txt > tmp/result_20231114.txt
sslscan example.com -json > output.json
在 powshell 中可以如下输出,同时保留结果文本的颜色与
PS D:\Tools\sslscan-2.1.1> .\sslscan.exe –targets=urls.txt | out-file -filepath "tmp/output1114.html"