Software:Hydra
Developer(s) | THC |
---|---|
Stable release | 9.4
/ September 8, 2022[1] |
Repository | github |
Written in | C |
Operating system | Cross-platform |
Platform | Unix |
Type | Password cracking |
License | GNU General Public License (version 3 or later) |
Website | www |
Hydra (or THC Hydra) is a parallelized network login cracker built in various operating systems like Kali Linux, Parrot and other major penetration testing environments.[2] Hydra works by using different approaches to perform brute-force attacks in order to guess the right username and password combination. Hydra is commonly used by penetration testers together with a set of programmes like crunch,[3] cupp[4] etc, which are used to generate wordlists. Hydra is then used to test the attacks using the wordlists that these programmes created.
Hydra is set to be updated over time as more services become supported. The creator of Hydra publishes his work in repositories like GitHub.
Supported protocols
Hydra supports many common login protocols like forms on websites, FTP, SMB, POP3, IMAP, MySQL, VNC, SSH, HTTP(S) and others.[5]
References
- ↑ "Releases · vanhauser-thc/thc-hydra". https://github.com/vanhauser-thc/thc-hydra/releases.
- ↑ McNab, Chris (November 2011) (in en). Network Security Assessment: Know Your Network. O'Reilly Media, Inc.. pp. 181. ISBN 978-0-596-51933-9. https://books.google.com/books?id=Gm_0CwAAQBAJ.
- ↑ "Crunch | Kali Linux Tools". https://tools.kali.org/password-attacks/crunch.
- ↑ "CUPP - Common User Passwords Profiler". https://github.com/Mebus/cupp.
- ↑ "Debian -- Details of package hydra in buster". https://packages.debian.org/stable/main/hydra.
External links