Add MASTER_SITE;

Cosmetic changes;
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
This commit is contained in:
margarida 2002-12-22 01:35:12 +00:00
parent 122192704c
commit a787013c20
2 changed files with 13 additions and 10 deletions

View File

@ -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 <mark@stateful.net>
MASTER_SITES= ${HOMEPAGE}/releases/ \
${MASTER_SITE_PACKETSTORM:=groups/thc/}
MAINTAINER= Magarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -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}