EN
ENNA
TH

THC Hydra

Featured

🔑 Password Attacks · C

THC Hydra is the most widely used online password brute-forcing tool. It supports over 50 protocols including SSH, FTP, HTTP, HTTPS, SMB, MySQL, MSSQL, PostgreSQL, LDAP, RDP, VNC, and many more. Hydra is fast and flexible, supporting parallel connections and multiple attack types. It's an essential tool for penetration testers verifying password policies and testing authentication mechanisms.

Installation

apt (Debian/Ubuntu)

$ sudo apt install hydra

brew (macOS)

$ brew install hydra

from source

$ git clone https://github.com/vanhauser-thc/thc-hydra && cd thc-hydra && ./configure && make && sudo make install

Use Cases

  • Online password brute-forcing across 50+ protocols
  • Password policy verification and auditing
  • SSH/RDP credential testing
  • Web form authentication testing
  • Database credential testing

Tags

brute-forceonlinemulti-protocolclassic

More in Password Attacks