run_hydra
Perform parallelized brute-force password attacks on network services like SSH and FTP using a username and password wordlist.
Instructions
Parallelized network login brute-forcer across many protocols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target host. | |
| service | No | Protocol, e.g. ssh/ftp/http-get. | ssh |
| threads | No | Parallel tasks. | 16 |
| username | Yes | Username to test. | |
| wordlist | No | Password wordlist path. | /usr/share/seclists/Passwords/Common-Credentials/darkweb2017_top-1000.txt |