Skip to content

Latest commit

 

History

History
62 lines (24 loc) · 1014 Bytes

File metadata and controls

62 lines (24 loc) · 1014 Bytes

# Password Cracking & Credential Attack Suite

This project demonstrates how weak passwords can be

identified using dictionary attacks and password

strength analysis in a controlled, educational environment.

## Features

- Dictionary Generator

- Brute Force Password Simulation

- Password Strength Analyzer

- Security Audit Report

## Project Structure

Each folder represents a separate module of the project.

## How to Run the Project

1. Clone or download the repository

2. Open terminal in project directory

3. Run dictionary generator:

  python dictionary/dictionary_generator.py

4. Run brute-force simulation:

  python brute_force/brute_force_simulator.py

5. Run password analyzer:

  python analyzer/password_strength_checker.py

## Sample Output

Screenshots of execution are available in the screenshots folder.

## Disclaimer

This project is for educational purposes only.