/BasicAuth-Brute

This is a simple program that allows you to bruteforce a protected web page where the authentication type is Basic Authentication

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

BasicAuth-Brute
===============

This is a simple program that allows you to bruteforce a protected web page
where the authentication type is Basic Authentication

## Requirements

```py
pip install colorama requests
```

## Usage

```py
python BasicAuth-Brute.py <wordlist> <url>
```