ajmewal / Password-Cracker

Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Pass_Cracker

Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.


Requirements

You need to have python3 to install this script.

Installation

git clone https://github.com/ajmewal/Password-Cracker.git
cd Password-Cracker
python3 pass_cracker.py

Usage

Python3 pass_cracker.py -h

Please find below the instructions to access the tool's help function, along with a list of all available switches:

██╗░░██╗░█████╗░░██████╗██╗░░██╗░█████╗░██████╗░░█████╗░░█████╗░██╗░░██╗███████╗██████╗░
██║░░██║██╔══██╗██╔════╝██║░░██║██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║░██╔╝██╔════╝██╔══██╗
███████║███████║╚█████╗░███████║██║░░╚═╝██████╔╝███████║██║░░╚═╝█████═╝░█████╗░░██████╔╝
██╔══██║██╔══██║░╚═══██╗██╔══██║██║░░██╗██╔══██╗██╔══██║██║░░██╗██╔═██╗░██╔══╝░░██╔══██╗
██║░░██║██║░░██║██████╔╝██║░░██║╚█████╔╝██║░░██║██║░░██║╚█████╔╝██║░╚██╗███████╗██║░░██║
╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝
                                                                    v1.0


usage: crack.py [-h] [-H HASH] [-w WORDLIST] [-f FORMAT] [-l]

options:
  -h, --help            show this help message and exit
  -H HASH, --hash HASH  Enter Your hash
  -w WORDLIST, --wordlist WORDLIST
                        Give the wordlist path
  -f FORMAT, --format FORMAT
                        Specify the hash format
  -l, --list-format     list the avilable format

Authors

Show your support

You can give a ⭐️ if this project helped you !

Note that this project is maintained, developed and made available for free, you can offer us a coffee, it will be very encouraging and greatly appreciated 😊

Paypal

About

Basic password cracker. These tools can be used to crack various types of password hashes, the program applies the technique to recover the original password from the hash.


Languages

Language:Python 100.0%