update to hydra-1.6, plus a bunch of fixes.
ok mark@
This commit is contained in:
parent
cdf97ba832
commit
3188f76494
@ -1,15 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/12/24 07:51:06 mark Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/06/08 21:45:59 jsyn Exp $
|
||||
|
||||
COMMENT= "parallized login hacker"
|
||||
COMMENT= "parallelized login hacker"
|
||||
|
||||
DISTNAME= hydra-1.3
|
||||
DISTNAME= hydra-1.6
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.427
|
||||
NEED_VERSION= 1.531
|
||||
|
||||
HOMEPAGE= http://www.thehackerschoice.com/
|
||||
|
||||
MAINTAINER= Mark Grimes <mark@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -17,6 +18,17 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.thehackerschoice.com/releases/
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
MAKE_FILE= Makefile.hydra
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPTS="${CFLAGS}"
|
||||
|
||||
FAKE_FLAGS= INSTALL="${WRKINST}${PREFIX}/bin"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hydra
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hydra
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hydra-1.3.tar.gz) = 53aae7ecf77d2b48df6b0413cc15fe0c
|
||||
RMD160 (hydra-1.3.tar.gz) = edd5ff9b865d137a57496c61c7a989dc7dd05bf5
|
||||
SHA1 (hydra-1.3.tar.gz) = 90d068128d2543fb617312add5a17d8e0096da00
|
||||
MD5 (hydra-1.6.tar.gz) = d3a57c972d4a1281848dab60ae6985e1
|
||||
RMD160 (hydra-1.6.tar.gz) = 90cfda69e38a87044750ed0b1e63c10b2e91f6cf
|
||||
SHA1 (hydra-1.6.tar.gz) = 7f7a282e88b778a351e123c46c7e674af85bb42a
|
||||
|
@ -1,12 +1,10 @@
|
||||
There are already several login hacker tools available, however none does
|
||||
either support more than one protocol to attack or support parallized
|
||||
connects.
|
||||
There are already several login hacker tools available, however none
|
||||
supports multiple protocols nor parallelized 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.
|
||||
Planned are: SSH, SAMBA, PCNFS, R-services, and more.
|
||||
Additionally, password only protocols will be supported in the future:
|
||||
SNMP, RIP, OSPF and others.
|
||||
This tool supports TELNET, FTP, POP3, IMAP, HTTP Basic and Cisco
|
||||
authentication only, however the module engine for new services is very
|
||||
simple, so it won't take long to add more services. Planned are: SSH,
|
||||
SAMBA, PCNFS, R-services, and more. Additionally, password-only
|
||||
protocols will be supported in the future: SNMP, RIP, OSPF and others.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,2 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/03 03:47:14 obecian Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/06/08 21:46:00 jsyn Exp $
|
||||
bin/hydra
|
||||
share/doc/hydra/README
|
||||
@dirrm share/doc/hydra
|
||||
|
Loading…
Reference in New Issue
Block a user