https://github.com/simatwa/flask-hydra
Server for testing http login attack with hydra
https://github.com/simatwa/flask-hydra
flask hydra
Last synced: about 1 month ago
JSON representation
Server for testing http login attack with hydra
- Host: GitHub
- URL: https://github.com/simatwa/flask-hydra
- Owner: Simatwa
- License: mit
- Created: 2023-06-10T10:11:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T10:23:59.000Z (about 3 years ago)
- Last Synced: 2025-05-13T16:13:58.989Z (about 1 year ago)
- Topics: flask, hydra
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-hydra
> Server for testing http login attack with hydra
## Installation
1. Install [addtopath](https://github.com/Simatwa/addtopath)
2. Clone repo
```sh
git clone https://github.com/Simatwa/flask-hydra.git
cd flask-gydra
```
3. Execute `$ addtopath main.py flask-hydra`
## Usage
- `$ flask-hydra`
- By default the server will be hosted locally on port `8000`
* For more info run `$ flask-hydra --help`
```
usage: flask-hydra [--help] [-u USER] [-p PASS]
[host] [port]
Server for testing password attacks - hydra
positional arguments:
host Address for hosting the server -
127.0.0.1
port Port to listen at - 8000
options:
--help Show this help mesage and exit
-u USER, --username USER
Login username - admin
-p PASS, --password PASS
Login password - dommy
#POST /login/post #GET /login/get user=^USER^&pass=^PASS^
```