Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

medusa

Google
 

medusa

Medusa is intended to be a speedy, massively parallel, modular, login brute-forcer. The goal is to support as many services which allow remote authentication as possible. The author considers following items as some of the key features of this application:
  • Thread-based parallel testing. Brute-force testing can be performed against multiple hosts, users or passwords concurrently.
  • Flexible user input. Target information (host/user/password) can be specified in a variety of ways. For example, each item can be either a single entry or a file containing multiple entries. Additionally, a combination file format allows the user to refine their target listing.
  • Modular design. Each service module exists as an independent .mod file. This means that no modifications are necessary to the core application in order to extend the supported list of services for brute-forcing.
 Related to:
libssh2
ncpfs
OpenSSL


Site: http://www.foofus.net/jmk/medusa/medusa.html
Source URL: files/Passwords/medusa/medusa-1.4.tar.gz
Category: Passwords
Hits: 498
Rating: 10
Added: 2007-11-10 21:04:47
Updated: 2008-11-19 17:59:24
Tested on:
Red HatEL3
EL4
EL5
    install.sh
Slackware10
11
12
    install.sh
CentOS4
5
    install.sh
Fedora Core4
5
6
7
8
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh

Comments:

if you see:
configure: SVN ** Disabled **
or
checking apr-1.0/apr_tables.h usability... no
checking apr-1.0/apr_tables.h presence... no
checking for apr-1.0/apr_tables.h... no
configure: WARNING: *** APR header files required for SVN module. ***
And you are certain you installed apr and apr-utils, use the following command:
sed -i s/apr-1.0\//apr-1\//g configure
on the configure file in the medusa source directory. The apr-header files might be installed in /usr/include/apr-1 instead of /usr/include/apr-1.0.

by marc at 2007-11-14 14:19:09

When encountering the following error:
postgres.c:46:22: error: libpq-fe.h: No such file or directory
postgres.c: In function "tryLogin":
postgres.c:261: error: "CONNECTION_OK" undeclared (first use in this function)
postgres.c:261: error: (Each undeclared identifier is reported only once
postgres.c:261: error: for each function it appears in.)
make[3]: *** [postgres.o] Error 1

Make sure you include the directory that contains libpq-fe.h, usually in /usr/include/pgsql/

by marc at 2008-01-05 17:53:46

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