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.
You need to have python3 to install this script.
git clone https://github.com/ajmewal/Password-Cracker.git
cd Password-Cracker
python3 pass_cracker.py
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
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 😊