Brute forcing HTTP Basic Authentication, written with python
there is a faster version written with Go Here
[+] AUTOR: Yasser Janah
[+] GITHUB: https://github.com/yasserjanah
[+] TWITTER: https://twitter.com/th3x0ne
[+] FACEBOOK: https://fb.com/yasser.janah0
Firstly get the code:
git clone https://github.com/yasserjanah/HTTPAuthCracker.git
cd HTTPAuthCracker/
python3 BasicHTTPAuthCracker.py -t <TARGET> -u <USER_FILE> -p <PASSWORD_FILE>