A simple password bruteforce tool implemented in Python using the PyAutoGUI library.
This tool is intended for educational purposes only. Unauthorized use is strictly prohibited. The developers are not responsible for any misuse or damage caused by this tool.
- Brute forces passwords using PyAutoGUI library
- Requires a wordlist file for password guessing
- Python 3.x
- PyAutoGUI library
-
Install the required libraries:
pip install pyautogui
-
Run the script:
python bruteforce.py -w wordlist.txt
Replace
wordlist.txt
with the path to your wordlist file.
-w, --wordlist
: Path to the wordlist file (required)
If you'd like to contribute to this project, please follow the contribution guidelines.
This project is licensed under the MIT License.