Giter VIP home page Giter VIP logo

shivamksharma / devbrute Goto Github PK

View Code? Open in Web Editor NEW
198.0 9.0 35.0 25 KB

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.

Python 100.00%
bruteforcing hacking python cybersecurity-tools github hackertools hacktoberfest hacktoberfest2023 infosec infosec-tools

devbrute's Introduction

DevBrute - A Password Brute Forcer Tool

Version License: MIT

DevBrute is powerful tool designed for developers to perform automated task like login attempts on various social media platforms.

DevBrute is my casual and random project in Infomation Security and it is a versatile BruteForce Framework that allows you to perform automated login attempts on various social media platforms. It incorporates several advanced features to enhance its effectiveness and minimize the risk of detection. Nowadays, Brute Forcing on any Web Applications is like wasting time because most web apps uses plethora of techniques to prevent brute forcing on their websites. You can notice a common technique on most websites which is Locking Account. You might use one of greatest brute force tool or You might found some password but in those two scenario, it always depends on websites.

FEATURES

  • Brute Force: Utilize robust algorithms for brute force attacks on various systems.
  • Customization: Tailor parameters and settings to suit specific requirements.
  • Multi-threaded: Execute tasks concurrently for faster results.
  • Logging: Detailed logs for monitoring and troubleshooting.

INSTALLATION

The installation of this tool is easy and you can install this tool in just three steps. To install DevBrute, follow these steps:

  1. Clone the Repository
git clone https://github.com/shivamksharma/DevBrute.git
  1. Install the Dependencies :
cd DevBrute
python3 -m pip install -r requirements.txt
  1. Run DevBrute
python3 bruteforce.py [options]

Replace [options] with the desired configurations and parameters.

DevBrute supports various configurations through command-line options. Some common options include:

  • --target: Specify the target IP address.
  • --port: Define the target port.
  • --threads: Set the number of threads to be used.

Examples

  • Brute force attack:
python devbrute.py --target <target_IP> --port <port> --threads <num_threads>
  • Custom Configuration:
python devbrute.py --target <target_IP> --port <port> --threads <num_threads> --options <additional_options>
  • For Example:
python3 bruteforce.py -s facebook -u username -w wordlist.txt -d 2

CONTRUBUTING TO DEVBRUTE

To contribute to DevBrute, 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 to follow the Contribution Guidelines.


FIXES

  • Fixed some bugs
    • Fixed Website URLS Error
    • Fixed Wordlist Issue
    • Fixed some errors while adding new features
    • Fixed Account Locking

UPDATES

  • Added some delays while trying for next passwords.
    • Added Tracking of Web Backend to detect the
    • Added Proxy and IP Rotation Feature
    • Added Pattern Avoidance
    • Added VPN support

DISCLAIMER - Please use this framework responsibly and ensure you have proper authorization before conducting any testing or automated interactions with websites. 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 at your own risk which makes you accountable for your own actions if you use it for any questionable purpose !

devbrute's People

Contributors

shivamksharma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devbrute's Issues

CSFR token

I’ve experimented with other brute-forcing software and it’s all come down to the same stop. The CSFR token that prevents this sort of thing activating. How is one to a make this tool of use?

error while installing requirements

im facing an issue while trying to install requirements
<sudo pip3 install -r setup.py>
<**ERROR: Invalid requirement: 'import os, math, sys' (from line 1 of setup.py)**>

ps im on
Operating System: Kali GNU/Linux Rolling
Kernel: Linux 5.10.0-kali3-amd64
Architecture: x86-64

error Devbrute2021-05-03 20:56:01

Question

Does it work with wifi routers?
D link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.