An open API service indexing awesome lists of open source software.

https://github.com/kh4sh3i/bruteforce-http-authentication

Bruteforce HTTP Authentication. Supports: Basic HTTP authentication ,Digest HTTP authentication
https://github.com/kh4sh3i/bruteforce-http-authentication

brute-force brute-force-attacks bruteforce bruteforce-attacks bruteforce-password-cracker http-authentication multithreading

Last synced: about 2 months ago
JSON representation

Bruteforce HTTP Authentication. Supports: Basic HTTP authentication ,Digest HTTP authentication

Awesome Lists containing this project

README

          

# Bruteforce HTTP Authentication
Simple tool to bruteforce HTTP authentication forms.

### Supports:

* Basic HTTP authentication
* Digest HTTP authentication

### usage
```python
python3 python3 bruteforce-http-authentication.py -w http://site.com -u username -f passwords.txt -m basic
python3 python3 bruteforce-http-authentication.py -w http://site.com -u username -f passwords.txt -m digest
```

### Arguments
```json
-w: url (https://test.com)
-u: username
-f: dictionary file
-m: method (basic or digest)
```
### Requirements
```python
python3 -m pip install -r requirements.txt
```

### Dictionaries
**[SecLists](https://github.com/danielmiessler/SecLists/tree/master/Passwords)**