
This repository contains a Python script that checks the OpenSSL version on your system and tests SSL/TLS connections to a user-provided website. The script is designed to identify whether the system is affected by CVE-2021-4044 and to test the handling of SSL errors during the connection process.
sslsocketClone the Repository:
git clone https://github.com/phirojshah/CVE-2021-4044.git
cd CVE-2021-4044
Run the Script:
python3 ssl_check.py
Enter Website URL: When prompted, enter the URL of the website you want to check, for example:
Review the Output: The script will output the OpenSSL version, whether it’s affected by CVE-2021-4044, and the result of the SSL handshake with the provided website.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request or open an Issue if you find a bug or have a feature request.
This script is intended for educational and ethical testing purposes only. Do not use this tool on systems or websites without proper authorization.