A simple, asynchronous password brute-force tool written in Python.
This tool generates and tests passwords from a specified character set. It allows you to choose between different character sets and outputs the number of tested passwords as well as the rate of passwords tested per second.
-
Clone the repository:
git clone https://github.com/PatrickMagAnime/password_cracker.git cd password_cracker -
Run the program:
python password_cracker.py