Date: Sat, 10 Apr 2004 09:42:21 +0200 (CEST) From: Laurent LEVIER <llevier@argosnet.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65395: Hydra 3.1 port upgrade Message-ID: <200404100742.i3A7gLae064350@tirion.argosnet.com> Resent-Message-ID: <200404100830.i3A8UNY4003080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65395 >Category: ports >Synopsis: Hydra 3.1 port upgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 01:30:22 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Laurent LEVIER >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: none >Environment: System: FreeBSD tirion.argosnet.com 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #0: Sun Mar 21 18:24:38 CET 2004 root@tirion.argosnet.com:/usr/obj/usr/src/sys/TIRION i386 >Description: >How-To-Repeat: >Fix: --- hydra-3.1.shar begins here --- # 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/files/patch-hydra-smbnt # 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/files/patch-hydra-smbnt sed 's/^X//' >hydra/files/patch-hydra-smbnt << 'END-of-hydra/files/patch-hydra-smbnt' X--- hydra-smbnt.c.orig Sat Apr 10 09:35:10 2004 X+++ hydra-smbnt.c Sat Apr 10 09:35:22 2004 X@@ -267,6 +267,7 @@ X }; X X char rbuf[400]; X+ int i = 0; X X memset(rbuf, 0, 400); X X@@ -278,7 +279,6 @@ X X /* find the primary domain/workgroup name */ X memset(workgroup, 0, 16); X- int i = 0; X while ((rbuf[81+i*2] != 0) && (i<16)) { X workgroup[i] = rbuf[81+i*2]; X i++; END-of-hydra/files/patch-hydra-smbnt 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 3.1 2004/04/08 22:19:42 cy Exp $ X# X XPORTNAME= hydra XPORTVERSION= 3.1 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 <bsd.port.mk> END-of-hydra/Makefile echo x - hydra/distinfo sed 's/^X//' >hydra/distinfo << 'END-of-hydra/distinfo' XMD5 (hydra-3.1.tar.gz) = c2b9beb20e9234967b399b7f80252677 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 --- hydra-3.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404100742.i3A7gLae064350>