Dokos
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
Release files for Dokos 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dokos-1.0.8.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dokos-1.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.8 kB
Release files / dokos-1.0.8.tar.gz
| Download URL | dokos-1.0.8.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9618172c18add47a89064656ec0b89d114cd4fb04da85ec448a5dec425b5a6c9
|
|
BLAKE2b-256 checksum How to use checksums |
f7ca83cbbb21cf82c8ca8079f6f8ae50f741fc3677e09963a2cc7062ce363abd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.20
|
Release files / dokos-1.0.8-py3-none-any.whl
| Download URL | dokos-1.0.8-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cd76de718e0560f5d91ba64e5c9251415ade24ad06dc65aca97d8baed1916831
|
|
BLAKE2b-256 checksum How to use checksums |
4219cdeaf9a119de8e1121d32cfb92ec3acba2365c245a6c4c6d6fb3d12d9c45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.20
|