Cipher Suite Checker - This is a Python script that checks the cipher suite of a domain or IP address and generates a report on its security status. It uses Nmap and ciphersuite.info to perform the analysis.
- Clone the repository:
git clone https://github.com/anmolksachan/WhatTheCipher.git
- Install the necessary dependencies:
pip install -r requirements.txt
- Run the script:
python WTC.py
- Enter the domain name or IP address you want to analyze when prompted.
- Enter the port number you want to analyze when prompted.
- Wait for the script to complete.
- Check the results in the generated report file that you provided.
- Checks the cipher suite of a domain or IP address using Nmap.
- Analyzes the security status of each cipher using ciphersuite.info.
- Generates a report on the security status of each cipher.
Contributions are welcome! If you would like to contribute to the project, please create a pull request with your proposed changes.
- Nmap - Free and open source utility for network discovery and security auditing.
- ciphersuite.info - Website that provides information on the security status of cipher suites.
This project is licensed under the MIT License - see the LICENSE file for details.