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
- Host: GitHub
- URL: https://github.com/kh4sh3i/bruteforce-http-authentication
- Owner: kh4sh3i
- License: mit
- Created: 2021-05-24T20:56:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T14:42:51.000Z (3 months ago)
- Last Synced: 2026-04-30T16:36:53.365Z (about 2 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce, bruteforce-attacks, bruteforce-password-cracker, http-authentication, multithreading
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**