SSLyze tool is an automated cyber security tool that is used to scan the target domain for SSL/TLS vulnerabilities like Heartbleed, OpenSSL, and many more. This tool is developed in the Python language and is also available on the GitHub platform.
Installation:
$ cd repo
$ git clone https://github.com/nabla-c0d3/sslyze.git
$ cd sslyze
$ sudo python3 setup.py install
$ sslyze -h
$ sslyze www.geeksforgeeks.org
Links: