Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

Hydra

Google
 

Hydra

A very fast network logon cracker which support many different services.

Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules are easy to add, beside that, it is flexible and very fast.

Currently this tool supports: TELNET, FTP, HTTP, HTTPS, HTTP-PROXY, SMB, SMBNT, MS-SQL, MYSQL, REXEC, RSH, RLOGIN, CVS, SNMP, SMTP-AUTH, SOCKS5, VNC, POP3, IMAP, NNTP, PCNFS, ICQ, SAP/R3, LDAP2, LDAP3, Postgres, Teamspeak, Cisco auth, Cisco enable, LDAP2, Cisco AAA (incorporated in telnet module).

This tool is a proof of concept code, to give researchers and security consultants the possiblity to show how easy it would be to gain unauthorized access from remote to a system.



Site: http://freeworld.thc.org/thc-hydra/
Source URL: files/Passwords/Hydra/hydra-5.4-src.tar.gz
Category: Passwords
Hits: 7090
Rating: 10
Added: 2006-08-27 17:13:26
Updated: 2008-01-08 21:15:48
Tested on:
Slackware10
11
12
    install.sh
Fedora Core5
6
7
8
    install.sh
Red HatEL3
EL4
EL5
    install.sh
CentOS4
5
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh
 

Related to:

APR
apr-util
libssh v0.11
subversion

Comments:

To install on Fedora Core 6 including postgresql support you will need the postgresql-devel package. To enable ssh for hydra, you will need to install libssh version 0.11.

by marc at 2007-05-19 15:57:54

On Slackware, you will receive an error:
gcc -I. -Wall -O2 -c hydra-svn.c -DLIBOPENSSL -DLIBSVN -I/usr/include/subversion-1 -I/usr/include/subversion-1
In file included from hydra-svn.c:17:
/usr/include/subversion-1/svn_client.h:35:24: error: apr_tables.h: No such file or directory
In file included from /usr/include/subversion-1/svn_client.h:37,
from hydra-svn.c:17:
/usr/include/subversion-1/svn_types.h:28:45: error: apr.h: No such file or directory
/usr/include/subversion-1/svn_types.h:29:23: error: apr_pools.h: No such file or directory
/usr/include/subversion-1/svn_types.h:30:22: error: apr_hash.h: No such file or directory
/usr/include/subversion-1/svn_types.h:32:22: error: apr_time.h: No such file or directory

Install the apache portable runtime (apr and apr-util) version 0.9, subversion and postgresql from source. Since apr installs by default in the /usr/local/apr directory, you will need to adjust the Makefile with the following directories:
XLIBPATHS=/usr/local/apr/lib
XIPATHS=/usr/local/apr/include/apr-0

by marc at 2007-10-16 19:31:20

If, after compiling and installing hydra, the tool complains with one of the following messages:
hydra: error while loading shared libraries: libpq.so.5: cannot open shared object file: No such file or directory
hydra: error while loading shared libraries: libapr-0.so.0: cannot open shared object file: No such file or directory
hydra: error while loading shared libraries: libssh.so: cannot open shared object file: No such file or directory
hydra: error while loading shared libraries: libaprutil-0.so.0: cannot open shared object file: No such file or directory

Then you will need to create symbolic links to the libraries mentioned in the /usr/lib directory.

by marc at 2007-10-18 17:08:55

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy