CertGuard is a lightweight tool designed to enhance the security of SSL certificates by detecting vulnerabilities such as Heartbleed. Leveraging OpenSSL commands, CertGuard extracts SSL certificates from specified domains and conducts thorough scans to identify potential SSL vulnerabilities.
- Detects Heartbleed vulnerability in SSL certificates.
- Lightweight and easy to use.
- Provides detailed reports of scan results.
-
Download the compiled binary from the Releases page.
-
Make the binary executable
chmod +x certguard
Run CertGuard with a domain name as an argument
./certguard example.com
CertGuard will extract the SSL certificate from the specified domain and scan it for the Heartbleed vulnerability. The scan results will be displayed in the terminal.