Skip to content

kartikeyasaran/Brute-Force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruteforce Tool

A simple password bruteforce tool implemented in Python using the PyAutoGUI library.

Disclaimer

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.

Features

  • Brute forces passwords using PyAutoGUI library
  • Requires a wordlist file for password guessing

Prerequisites

  • Python 3.x
  • PyAutoGUI library

Usage

  1. Install the required libraries:

    pip install pyautogui
  2. Run the script:

    python bruteforce.py -w wordlist.txt

    Replace wordlist.txt with the path to your wordlist file.

Options

  • -w, --wordlist: Path to the wordlist file (required)

Contributing

If you'd like to contribute to this project, please follow the contribution guidelines.

License

This project is licensed under the MIT License.