Dokos

pipeline status latest release PyPI - Downloads

A simple Python brute-force login cracker. Basically, a simplified Python version of Hydra.

Installation

Easiest way to install is using pip:

python3 -m pip install dokos

Usage

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
This website uses cookies. More information about the use of cookies is available in the cookies policy.
Accept