diff options
Diffstat (limited to 'security/hydra')
-rw-r--r-- | security/hydra/Makefile | 28 | ||||
-rw-r--r-- | security/hydra/distinfo | 1 | ||||
-rw-r--r-- | security/hydra/pkg-descr | 8 | ||||
-rw-r--r-- | security/hydra/pkg-plist | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile new file mode 100644 index 000000000000..6816b3e9a86c --- /dev/null +++ b/security/hydra/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: hydra +# Date created: Tue Oct 08, 2002 +# Whom: Laurent LEVIER (llevier@argosnet.com) +# +# $FreeBSD$ +# + +PORTNAME= hydra +PORTVERSION= 2.2 +CATEGORIES= security +MASTER_SITES= http://www.thc.org/releases/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= groups/thc + +MAINTAINER= llevier@argosnet.com +COMMENT= Bruce Force Attack Utility working on multiple network services + +.include <bsd.port.pre.mk> + +GNU_CONFIGURE= yes + +.if !target(post-install) && (${PORTNAME} == "hydra") +post-install: + @strip ${PREFIX}/bin/hydra +.endif + +.include <bsd.port.post.mk> diff --git a/security/hydra/distinfo b/security/hydra/distinfo new file mode 100644 index 000000000000..1904416892c4 --- /dev/null +++ b/security/hydra/distinfo @@ -0,0 +1 @@ +MD5 (hydra-2.2.tar.gz) = 05042c1add6155ea48233df05a1e37ae diff --git a/security/hydra/pkg-descr b/security/hydra/pkg-descr new file mode 100644 index 000000000000..58ca6f4c64a8 --- /dev/null +++ b/security/hydra/pkg-descr @@ -0,0 +1,8 @@ +Hydra is a parallized login hacker utility. Hydra can brute force attack on +FTP, POP3, IMAP, Telnet, HTTP Auth, NNTP, VNC, ICQ, Socks5, PCNFS and more +services within SSL support. This port is provided as a standalone program to +avoid installing a full Nessus scanner system. + +NEWS: Hydra is now included in Nessus! + +WWW: http://www.thc.org/releases.php diff --git a/security/hydra/pkg-plist b/security/hydra/pkg-plist new file mode 100644 index 000000000000..b0dd2acbced9 --- /dev/null +++ b/security/hydra/pkg-plist @@ -0,0 +1 @@ +bin/hydra |