Skip to main content

HTTP login cracker

Project description

Dokos

pipeline status Latest Release

A simple Python brute-force login cracker. Basically, a simplified Python version of Hydra [https://github.com/vanhauser-thc/thc-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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dokos-1.0.3.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

dokos-1.0.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page