This project provides a command-line interface to run various Python scripts for different functionalities such as Hash cracking, file integrity checking, password strength checking, port scanning, and Caesar cipher encryption/decryption.
-
Ensure you have Python installed on your system. You can download it from python.org.
-
Clone or download this repository to your local machine.
git clone https://github.com/cyberprogramming1/Python_scripts.git
-
Navigate to the project directory:
cd C:\path\to\your\project
-
Install any necessary dependencies. If your scripts require specific libraries, make sure to install them using pip.
pip install -r requirements.txt
Open the command prompt (CMD). Navigate to the directory where menu.py is located:
cd C:\path\to\your\project
python menu.py
Here are the available scripts you can run through the menu:
- Brute-Force Password Cracker: A script to crack hash using brute-force methods.
- File Integrity Checker: A script to verify the integrity of files using checksums.
- Password Strength Checker: A script to evaluate the strength of a given password.
- Port Scanner: A script to scan for open ports on a specified host.
- Caesar Cipher Encryption/Decryption: A script for encrypting and decrypting messages using the Caesar cipher method.
- Exit: Exit the program.