52a970846b
- 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)
24 lines
547 B
Makefile
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>
|