Skip to content

DevBrute is a versatile password brute forcing tool designed to tackle a wide range of Social Media accounts and Web Applications. With its robust capabilities, it's adept at breaking through various security barriers.

Notifications You must be signed in to change notification settings

shivamksharma/DevBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevBrute

A password brute-forcing tool !

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.

Key Features

  • 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.

Installation

Getting started with DevBrute is simple and can be done in just a few steps:

  1. Clone the Repository

    git clone https://github.com/shivamksharma/DevBrute.git
  2. Navigate to the Directory

    cd DevBrute
  3. Run the Setup File

    python3 setup.py
  4. Run DevBrute

    python3 devbrute.py [options]

    Replace [options] with your desired configurations.

Common Options

  • --target: Specify the target IP address.
  • --port: Define the target port.
  • --threads: Set the number of threads for concurrent execution.

Example Usage

  • 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

Contributing

We welcome contributions to DevBrute! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/awesome-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/awesome-feature).
  6. Create a pull request.

Please ensure you follow the Contribution Guidelines.


Recent Fixes

  • Fixed Website URLs Error
  • Resolved Wordlist Issues
  • Addressed errors during feature additions
  • Improved handling of Account Locking

Recent Updates

  • 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.

About

DevBrute is a versatile password brute forcing tool designed to tackle a wide range of Social Media accounts and Web Applications. With its robust capabilities, it's adept at breaking through various security barriers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages