安装sslscan
sslscan一般用于扫描安全漏洞,以下为安装方法
1.yum install git gcc
2.git clone https://github.com/rbsec/sslscan
3.wget http://www.zlib.net/zlib-1.2.11.tar.gz
tar zxvf zlib-1.2.11.tar.gz
cd zlib-1.2.11
./configure
make test
make install
4.构建共享库
make clean
./configure --shared
make test
make install
cp zutil.h /usr/local/include
cp zutil.c /usr/local/include
- ./sslscan -version
- ./sslscan --tlsall 192.168.5.200