EN
ENNA

THC Hydra

FeaturedAGPL-3.0

๐Ÿ”‘ 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.

11.8kstars
2.5kforks
56issues
Updated 2mo ago

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-protocolclassicbrute-force-attacksbrute-force-passwordsbruteforcebruteforce-attacksbruteforcerbruteforcinghydranetwork-securitypassword-crackerpassword-crackingpenetration-testingpentestpentest-toolpentestingthc

More in Password Attacks