An HTTP basic authentication brute forcer.
- asyncio makes it pretty fast
- progress bar shows the request rate
First, install the dependencies
$ pip install -r requirements.txtThen, use the help command to see available options.
$ python -m brute --helpThere's a little test server too to test against.
$ python -m server --help- fix jumpy tdqm progress bar? tqdm/tqdm#1262
