collect_ssl_info
Script shows Information of SSL/TLS speaking servers an checks ciphers
Main function is to see which cert a server is using show cert details and calculate fingerprints
Second function is to see which ciphers a server is willing to connect to make sure that weak cipher on the server are disabled and therefore fail. By default collect_ssl_info with option -p try all ciphers openssl has build in. This ist mostly sufficient for a check.
required
- actual as possible openssl
- gawk
licence
http://www.gnu.org/licenses/gpl-3.0-standalone.html