DevBrute is a powerful and versatile tool designed for developers to perform automated login attempts on various social media platforms. It is a casual and random project in the field of Information Security, offering a robust framework for brute-forcing with advanced features to minimize detection risks.
In today's web applications, brute-forcing is often inefficient due to modern security measures like Account Locking. While tools like DevBrute can help uncover passwords, the success of such attempts heavily depends on the target website's security mechanisms.
- Brute Force: Advanced algorithms for efficient brute-force attacks.
- Customization: Flexible parameters to adapt to specific use cases.
- Multi-threaded: Concurrent execution for faster results.
- Logging: Detailed logs for monitoring and debugging.
Getting started with DevBrute is simple and can be done in just a few steps:
-
Clone the Repository
git clone https://github.com/shivamksharma/DevBrute.git
-
Navigate to the Directory
cd DevBrute
-
Run the Setup File
python3 setup.py
-
Run DevBrute
python3 devbrute.py [options]
Replace
[options]
with your desired configurations.
--target
: Specify the target IP address.--port
: Define the target port.--threads
: Set the number of threads for concurrent execution.
-
Brute Force Attack:
python3 devbrute.py --target <target_IP> --port <port> --threads <num_threads>
-
Custom Configuration:
python3 devbrute.py -s facebook -u username -w wordlist.txt -d 2
We welcome contributions to DevBrute! To contribute, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/awesome-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/awesome-feature
). - Create a pull request.
Please ensure you follow the Contribution Guidelines.
- Fixed Website URLs Error
- Resolved Wordlist Issues
- Addressed errors during feature additions
- Improved handling of Account Locking
- Added delays between password attempts.
- Introduced Proxy and IP Rotation for enhanced anonymity.
- Implemented Pattern Avoidance to reduce detection risks.
- Added VPN support for secure operations.
Disclaimer
This tool is intended for ethical and authorized use only. Unauthorized access or brute-forcing of accounts is against the terms of service of most websites and may be illegal in many jurisdictions. Use this tool responsibly and at your own risk.