collect_ssl_info Code
Script shows Information of SSL/TLS speaking servers an checks ciphers
Brought to you by:
ich2016
File | Date | Author | Commit |
---|---|---|---|
collect_ssl_info | 2016-10-01 |
![]() |
[907ae7] Initial commit |
readme.txt | 2016-10-01 |
![]() |
[907ae7] Initial commit |
This script shows Information of SSL/TLS speaking servers an checks which cipher the server is willing to connect. Main function of this script is to see which cert a server is using. Then show the cert details and calculate fingerprints The second function ist to see with 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 in path /usr/bin/awk licence http://www.gnu.org/licenses/gpl-3.0-standalone.html