Hydra - jhu-information-security-institute/NwSec GitHub Wiki

Basic usage

  1. Create a password list file that is a text file with a password on each line and newline characters after each

Example usage is below:

$ hydra –l <USERNAME> –P <PASSWORDS_FILE> <TARGET> <PROTOCOL>
  • <PASSWORDS_FILE> is a text file with a password on each line and newline characters after each
  • <TARGET> can be a FQDN or IP
  • <PROTOCOL> options are: telnet, ssh

Additionally, you can see:

⚠️ **GitHub.com Fallback** ⚠️