medusa 2.2-5 source package in Ubuntu

Changelog

medusa (2.2-5) unstable; urgency=medium

  * Team upload.
  * Update to debhelper compatibility level 11.
  * Update debian/rules to use the dh sequencer.
    - Medusa modules are now installed in multiarch subdir of /usr/lib.
  * Enable additional hardening options.
  * debian/patches:
    - Remove any patches which are not applied (not part of series file).
    - Add a short description to web_form.patch.
    - Document the origin of openssl-1.1.patch.
  * Bump Standards-Version to 4.1.3 (no change needed).
  * Drop the debian/dirs file as its not needed.
  * Install upstream's README.md instead of README as documentation (otherwise
    README ends up as dangling symlink in the package).
  * Drop preinst script. It used to print a warning regarding GNOME medusa
    which is no longer relevant.
  * Update copyright file.
  * Remove automake from Build-Depends, the version constraint is useless now
    and automake is a (transitive) dependency of debhelper >= 11.
  * Point Vcs-* control fields to salsa.debian.org.
  * Drop support for the remote desktop protocol (RDP) module until upstream
    supports the freerdp2 library (Closes: #888322).

 -- Lukas Schwaighofer <email address hidden>  Mon, 12 Feb 2018 23:55:30 +0100

Upload details

Uploaded by:
Debian Security Tools Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Security Tools Packaging Team
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe admin

Downloads

File Size SHA-256 Checksum
medusa_2.2-5.dsc 1.6 KiB 0554138f07011c58831e992d6f0bc3f383a700e536b389e51bba158f816f97da
medusa_2.2.orig.tar.gz 397.9 KiB b4c07f4d8d6e1e4b2c60d91e429ffe20d52afa80fea8c401ac548967d1fe194a
medusa_2.2-5.debian.tar.xz 8.2 KiB c27d0f0bc234fb27bb047624f40fbbb74a721a1aa5822dae9c0589a60f00a755

Available diffs

No changes file available.

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.

medusa-dbgsym: debug symbols for medusa