A CLI BruteX tool for cracking common passwords
- Download the contents of The Repository as a Zip File or clone the Repository.
- Install Python in your Machine
- Install the python packages mentioned inside the requirments.txt file by the following command in your terminal:
>>> pip install -r requirements.txt #for windows >>> pip3 install -r requirements.txt #for macos and linux
- Run the cracker.py file by running python cracker.py or python3 cracker.py on it.
- Then select the type of hash you want to decode (type only the number corresponding to the action and not thw word itself)
- Then enter the actual hash you want to crack and wait for the script to try cracking it, if possible it shows the text password, if not it displays a relevant message.
YouTube:(https://youtube.com/@hacker_devil-kk6zb?si=F7nqa4qlmyOHaH_n)
