freebsd-ports/security/medusa/Makefile
Cheng-Lung Sung 52a970846b - Updating the Medusa password brute-forcer to 1.1.
- maintainer notes: This was actually the
  version I should have ported originally, but as of yesterday the website
  had not yet been changed to make the 1.1 release available for download.

- This release includes several new modules for brute-forcing pcanywhere,
  ftp, imap, rsh, rexec, rlogin, and a wrapper for other methods.

PR:		ports/96689
Submitted by:	maintainer (David Thiel)
2006-05-03 01:11:07 +00:00

24 lines
547 B
Makefile

# New ports collection makefile for: medusa
# Date created: 2006-05-01
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= medusa
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://www.foofus.net/jmk/tools/ \
http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= A speedy, massively parallel, modular, login brute-forcer
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= "--program-transform="
MAN1= medusa.1
.include <bsd.port.mk>