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.