medusa 2.0-1ubuntu1 source package in Ubuntu

Changelog

medusa (2.0-1ubuntu1) oneiric; urgency=low

  * as-needed.patch: fix FTBFS with --as-needed linker option (LP: #770852).
  * sslv2.patch: fix FTBFS with OpenSSL 1.0.0.
  * debian/rules: copy config.{sub,guess} files in configure target, to have
    a cleaner debdiff.
 -- Ilya Barygin <email address hidden>   Sun, 21 Aug 2011 15:30:04 +0400

Upload details

Uploaded by:
Ilya Barygin
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
medusa_2.0.orig.tar.gz 362.8 KiB ba7d1ded937f976bbd7448c59e628698657ea06e4869243066cae503fa8142cd
medusa_2.0-1ubuntu1.debian.tar.gz 4.9 KiB 520ff1adb1afa6b1c062a50cb467d18d832f5bc8b7fa43a602b4179f8478a84c
medusa_2.0-1ubuntu1.dsc 1.4 KiB 1f1c41b58ad6114fd7576cc6b682e972d40a1a8631c85045ea032dd8cac89d61

Available diffs

View changes file

Binary packages built by this source

medusa: fast, parallel, modular, login brute-forcer for network services

 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.