File: control

package info (click to toggle)
medusa 2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,248 kB
  • ctags: 1,589
  • sloc: ansic: 17,717; sh: 8,707; makefile: 200; perl: 105
file content (27 lines) | stat: -rw-r--r-- 1,365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: medusa
Section: admin
Priority: optional
Maintainer: Luciano Bello <luciano@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libncp-dev, libssl-dev, libsvn-dev, libpq-dev, libssh2-1-dev
Standards-Version: 3.8.4

Package: medusa
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.