/hydra

Penetration testing tool

Primary LanguageGoGNU General Public License v3.0GPL-3.0

hydra License

Hydra is a penetration testing tool exclusively focused on dictionary-attacking web-based login forms.

Installation

go get github.com/opennota/hydra

Usage

hydra -L logins.txt -P passwords.txt http://127.0.0.1/login "user=^USER^&pass=^PASS^" "login failed"

Run hydra --help for additional options.