sslyze.py https://github.com/nabla-c0d3/sslyze
pip install --upgrade setuptools
pip install --upgrade sslyze
python -m sslyze --regular example.com:443
testssl.sh https://testssl.sh/
wget https://testssl.sh/testssl.sh
chmod +x testssl.sh
./testssl.sh example.com
O-Saft https://www.owasp.org/index.php/O-Saft
git clone https://github.com/OWASP/O-Saft.git
cd O-Saft
./INSTALL.sh --check
./o-saft.pl +check example.com
./o-saft.pl +info example.com
./o-saft.pl +quick example.com
./o-saft.pl +cipher example.com
./o-saft.pl +cipherall example.com
留言