hydra_bruteforce
Brute-force passwords on network services with username and password lists, finding valid credentials for targets like SSH, FTP, HTTP, and more.
Instructions
Password brute-force attack using Hydra. target: IP or hostname to attack service: protocol — ssh, ftp, http-get, http-post-form, smb, mysql, mssql, rdp, telnet, pop3, imap, smtp, vnc username: single username to test userlist: path to username list file (overrides username) e.g. /usr/share/seclists/Usernames/top-usernames-shortlist.txt password: single password to test passlist: path to password list file (overrides password) e.g. /usr/share/wordlists/rockyou.txt port: target port (0 = use service default) tasks: parallel connections per target (default 16) stop_on_first: stop after first valid credential found (-f)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| tasks | No | ||
| target | Yes | ||
| service | Yes | ||
| passlist | No | ||
| password | No | ||
| userlist | No | ||
| username | No | ||
| stop_on_first | No |