Skip to content

cyberprogramming1/Python_scripts

Repository files navigation

Script Runner

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.

Table of Contents

Installation

  1. Ensure you have Python installed on your system. You can download it from python.org.

  2. Clone or download this repository to your local machine.

    git clone https://github.com/cyberprogramming1/Python_scripts.git
    
  3. Navigate to the project directory:

    cd C:\path\to\your\project

  4. Install any necessary dependencies. If your scripts require specific libraries, make sure to install them using pip.

    pip install -r requirements.txt

Usage

Open the command prompt (CMD). Navigate to the directory where menu.py is located:

cd C:\path\to\your\project

Run Script

python menu.py

Scripts

Here are the available scripts you can run through the menu:

  1. Brute-Force Password Cracker: A script to crack hash using brute-force methods.
  2. File Integrity Checker: A script to verify the integrity of files using checksums.
  3. Password Strength Checker: A script to evaluate the strength of a given password.
  4. Port Scanner: A script to scan for open ports on a specified host.
  5. Caesar Cipher Encryption/Decryption: A script for encrypting and decrypting messages using the Caesar cipher method.
  6. Exit: Exit the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages