kali_password_hydra_brute
Brute-force network login credentials for protocols like SSH, FTP, HTTP, and RDP using parallelized attacks. Requires authorization for security testing.
Instructions
Fast network login brute-forcer supporting many protocols.
Hydra is a parallelized login cracker which supports numerous protocols.
Supported Services:
SSH, FTP, HTTP(S), MySQL, SMB, RDP, Telnet, and more
WARNING: Only use on systems you have authorization to test.
Example:
SSH: target="192.168.1.1", service="ssh", username="admin", password_list="/usr/share/wordlists/rockyou.txt"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target host or IP address | |
| service | Yes | Service to attack | |
| username | No | Single username to test | |
| username_list | No | File containing usernames (one per line) | |
| password | No | Single password to test | |
| password_list | No | File containing passwords (one per line) | |
| port | No | Custom port number | |
| threads | No | Number of parallel connections | |
| timeout | No | Scan timeout in seconds | |
| verbose | No | Verbose output |