• Stars
    star
    208
  • Rank 188,434 (Top 4 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

DevBrute - A Password Brute Forcer

THIS PROGRAM IS NOT LONGER IN DEVELOPMENT

VERSION 1.0

Introduction

DevBrute is my casual and random project in Infomation Security. The whole project is in the Python Programming Language which is built for Brute Forcing the Passwords of Web Applications. 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.

INSTALLATION

The installation of this tool is easy and you can install this tool in just three steps.

1. CLONE THE REPOSITORY

git clone https://github.com/shivamksharma/DevBrute.git

2. INSTALL THE REQUIREMENTS

python3 setup.py

3. RUN DEVBRUTE

python3 devbrute.py -s {website} -u {username} -w {wordlist}

FIXES

- Fixed some bugs
- Fixed Website URLS Error
- Fixed Wordlist Issue

Use this tool at your own risk which makes you accountable for your own actions if you use it for any questionable purpose.