A simple Python brute-force login cracker. Basically, a simplified Python version of Hydra.
Easiest way to install is using pip:
python3 -m pip install dokos
You can now use with
dokos -l <login> -P <passwords list> -f <failed login message> <url>
or
python3 -m dokos -l <login> -P <passwords list> -f <failed login message> <url>
The failed login message is required so dokos can recognize when a login attempt has failed, and hence to detect when login is sucessfull.
For example:
dokos -l jane.doe@example.com -P 10-million-password-list.txt -f "Bad combination of e-mail and password" https://example.com/login