# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hydra # hydra/files # hydra/Makefile # hydra/distinfo # hydra/pkg-descr # echo c - hydra mkdir -p hydra > /dev/null 2>&1 echo c - hydra/files mkdir -p hydra/files > /dev/null 2>&1 echo x - hydra/Makefile sed 's/^X//' >hydra/Makefile << 'END-of-hydra/Makefile' X# ex:ts=8 X# Ports collection makefile for: hydra X# Date created: Tue Oct 08, 2002 X# Whom: Laurent LEVIER (llevier@argosnet.com) X# X# $FreeBSD: ports/security/hydra/Makefile,v 1.7 2004/02/17 22:19:42 cy Exp $ X# X XPORTNAME= hydra XPORTVERSION= 2.6 XPORTREVISION= 1 XCATEGORIES= security XMASTER_SITES= http://www.thc.org/releases/ \ X ${MASTER_SITE_PACKETSTORM} XMASTER_SITE_SUBDIR= groups/thc X XMAINTAINER= llevier@argosnet.com XCOMMENT= Brute force attack utility working on multiple network services X XNO_LATEST_LINK= yes XPLIST_FILES= bin/hydra XUSE_REINPLACE= yes XGNU_CONFIGURE= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|CC = gcc||; \ X s|-O2|${CFLAGS}|' \ X ${WRKSRC}/Makefile.am X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/hydra ${PREFIX}/bin X X.include END-of-hydra/Makefile echo x - hydra/distinfo sed 's/^X//' >hydra/distinfo << 'END-of-hydra/distinfo' XMD5 (hydra-2.6.tar.gz) = 293dbc40e9b1ae67cd74a9e5495bd389 END-of-hydra/distinfo echo x - hydra/pkg-descr sed 's/^X//' >hydra/pkg-descr << 'END-of-hydra/pkg-descr' XHydra is a parallized login hacker utility. Hydra can brute force attack on XFTP, POP3, IMAP, Telnet, HTTP Auth, NNTP, VNC, ICQ, Socks5, PCNFS and more Xservices within SSL support. This port is provided as a standalone program to Xavoid installing a full Nessus scanner system. X XNEWS: Hydra is now included in Nessus! X XWWW: http://www.thc.org/releases.php END-of-hydra/pkg-descr exit