naptar / bblah

An HTTP Basic Authentication login bruteforcer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bblah

An HTTP Basic Authentication login bruteforcer

Installation

Get the source files

git clone https://github.com/fallenby/bblah.git

Install dependencies

pip install -r requirements.txt

Usage

python bblah.py --help

Use case

Use this tool to try to find valid username/password combinations for websites supporting HTTP Basic Authentication. This works for PHPMyAdmin installations that are set up to use HTTP Basic Authentication.

TODO

  1. Support for multiple usernames
  2. Support for HTML forms
  3. Possible parallel processing

About

An HTTP Basic Authentication login bruteforcer

License:GNU General Public License v2.0


Languages

Language:Python 100.0%