Skip to content

This Python-based password cracking tool is developed by Itz Burhan Khan, an ethical hacker and programmer. It utilizes various hashing algorithms such as MD5, SHA1, SHA256, and SHA512 to crack hashed passwords.

Notifications You must be signed in to change notification settings

ITZ-BURHAN-KHAN/python-password-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Password Cracker

Password Cracker Screenshot

Introduction

Welcome to the Python Password Cracker! This tool is developed by Itz Burhan Khan, an ethical hacker and programmer, to assist in password cracking tasks. The tool uses various hashing algorithms to decrypt passwords from provided wordlists.

Features

  • Supports multiple hashing algorithms including MD5, SHA1, SHA256, and SHA512.
  • User-friendly command-line interface.
  • Progress indication during password cracking.
  • Ethical hacking-oriented tool designed for learning and authorized use.

Setup

  1. Clone the repository:
    git clone https://github.com/ITZ-BURHAN-KHAN/python-password-cracker.git
    
  2. Navigate to the project directory:

cd python-password-cracker Ensure you have Python 3 installed. You can download Python 3 from the official website.

  1. Run the password cracking tool:

python3 password_cracker.py

Follow the on-screen prompts to select the hash algorithm, wordlists, and hash value to crack.

Sit back and let the tool crack the password for you!

Disclaimer This tool is intended for educational and authorized penetration testing purposes only. Unauthorized use of this tool to access protected systems or networks is illegal and unethical. The developer and contributors are not responsible for any misuse or damages caused by the use of this tool.

Copyright (c) 2024 Itz Burhan Khan. All rights reserved.

About

This Python-based password cracking tool is developed by Itz Burhan Khan, an ethical hacker and programmer. It utilizes various hashing algorithms such as MD5, SHA1, SHA256, and SHA512 to crack hashed passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages