openbsd-ports/security/hydra/Makefile
obecian 0d964cbef5 There are already several login hacker tools available, however none does
either support more than one protocol to attack or support parallized
connects.

Currently this tool supports TELNET, FTP, POP3, IMAP, HTTP Basic and Cisco
authentication only, however the module engine for new services is very easy
so it won't take a long time until more services are supported.
2001-10-03 03:47:14 +00:00

23 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/10/03 03:47:14 obecian Exp $
COMMENT= "parallized login hacker"
DISTNAME= hydra-1.3
CATEGORIES= security
NEED_VERSION= 1.427
HOMEPAGE= http://www.thehackerschoice.com/
MAINTAINER= Mark Grimes <obecian@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.thehackerschoice.com/releases/
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>