Hydra is a parallelized network logon cracker which supports numerous protocols to attack, new modules are easy to add, beside that, it is flexible and very fast.
Features
- IPv6 Support
- Graphic User Interface
- Internationalized support (RFC 4013)
- HTTP proxy support
- SOCKS proxy support
The tool supports the following protocols
Asterisk, AFP, Cisco AAA, Cisco auth, Cisco enable, CVS, Firebird, FTP, HTTP-FORM-GET, HTTP-FORM-POST, HTTP-GET, HTTP-HEAD, HTTP-PROXY, HTTPS-FORM-GET, HTTPS-FORM-POST, HTTPS-GET, HTTPS-HEAD, HTTP-Proxy, ICQ, IMAP, IRC, LDAP, MS-SQL, MYSQL, NCP, NNTP, Oracle Listener, Oracle SID, Oracle, PC-Anywhere, PCNFS, POP3, POSTGRES, RDP, Rexec, Rlogin, Rsh, SAP/R3, SIP, SMB, SMTP, SMTP Enum, SNMP v1+v2+v3, SOCKS5, SSH (v1 and v2), SSHKEY, Subversion, Teamspeak (TS2), Telnet, VMware-Auth, VNC and XMPP.
Changelog for 7.5
- Added module for Asterisk Call Manager
- Added support for Android where some functions are not available
- hydra main:
- – reduced the screen output if run without -h, full screen with -h
- – fix for ipv6 and port parsing with service://[ipv6address]:port/OPTIONS
- – fixed -o output (thanks to www417)
- – warning if HYDRA_PROXY is defined but the module does not use it
- – fixed an issue with large input files and long entries
- hydra library:
- – SSL connections are now fixed to SSLv3 as some SSL servers fail otherwise, report if this gives you problems
- – removed support for old OPENSSL libraries
- HTTP Form module:
- – login and password values are now encoded if special characters are present
- – ^USER^ and ^PASS^ are now also supported in H= header values
- – if you the colon as a value in your option string, you can now escape it with \: – but do not encode a \ with \\
- Mysql module: protocol 10 is now supported
- SMTP, POP3, IMAP modules: Disabled the TLS in default. TLS must now be defined as an option “TLS” if required. This increases performance.
- Cisco module: fixed a small bug (thanks to Vitaly McLain)
- Postgres module: libraries on Cygwin are buggy at the moment, module is therefore disabled on Cygwin