diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 22549d9088e..8fe8276043e 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/12/09 15:37:24 brad Exp $ +# $OpenBSD: Makefile,v 1.7 2002/12/22 01:35:12 margarida Exp $ COMMENT= "parallelized login hacker" @@ -7,7 +7,10 @@ CATEGORIES= security HOMEPAGE= http://www.thehackerschoice.com/ -MAINTAINER= Mark Grimes +MASTER_SITES= ${HOMEPAGE}/releases/ \ + ${MASTER_SITE_PACKETSTORM:=groups/thc/} + +MAINTAINER= Magarida Sequeira # GPL PERMIT_PACKAGE_CDROM= Yes diff --git a/security/hydra/pkg/DESCR b/security/hydra/pkg/DESCR index b2b85175b15..c0d83c2a02b 100644 --- a/security/hydra/pkg/DESCR +++ b/security/hydra/pkg/DESCR @@ -1,16 +1,16 @@ Hydra is a multi-protocol, parallelized authentication brute forcer. By assigning many parallel tasks, remote login brute forcing can be -accelerated SIGNIFICANTLY, however it depends on the protocol. The fastest is -generally POP3, then FTP, then Telnet, and the least IMAP. +accelerated SIGNIFICANTLY, however it depends on the protocol. +The fastest is generally POP3, then FTP, then Telnet, and the least +IMAP. -Experiment with the task option (-t) to speed things up. The higher, the -faster (but too high, and it disables the service). To prevent disabling you -can now use the -g option for "slow-starts". +Experiment with the task option (-t) to speed things up. The higher, +the faster (but too high, and it disables the service). To prevent +disabling you can now use the -g option for "slow-starts". The following protocols are supported: - -Cisco[-enable], FTP, HTTP[S], ICQ, IMAP, LDAP, NNTP, PCNFS, POP3, REXEC, SMB, -SOCKS5, TELNET, and VNC. + Cisco[-enable], FTP, HTTP[S], ICQ, IMAP, LDAP, NNTP, PCNFS, POP3, + REXEC, SMB, SOCKS5, TELNET, and VNC. WWW: ${HOMEPAGE}