/Brutal

A Python script for relentless password guessing.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Brutal

Brutal is a Python script designed for relentless password guessing. It's a tool primarily used for security testing and ethical hacking purposes to assess the strength of passwords by attempting various combinations and patterns.

Features

  • Customizable Attack Methods: Support for multiple attack methods such as dictionary attacks, brute force attacks, and hybrid attacks.
  • Parallel Processing: Utilizes multithreading or multiprocessing for faster password cracking.
  • Custom Wordlists: Allows users to specify custom wordlists to tailor the attack based on the target.
  • Interactive Mode: Provides an interactive mode for easier configuration and monitoring of the attack progress.
  • Logging and Reporting: Logs all attempts and results for analysis and reporting purposes.

Usage

git clone https://github.com/Tr45o/Brutal.git

cd Brutal

python brutal.py

Disclaimer

brutal is intended for ethical and educational purposes only. It should only be used with proper authorization to assess the security of systems and networks that you own or have explicit permission to test. Unauthorized use of this tool is strictly prohibited.

Contributions

Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to submit a pull request or open an issue on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.