hydra: new port

This commit is contained in:
Thomas Penteker 2012-12-24 02:12:39 +01:00
parent c2eb034160
commit 46afb973fe
3 changed files with 33 additions and 0 deletions

11
thc-hydra/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dpl4hydra.sh
-rwxr-xr-x root/root usr/bin/hydra
-rwxr-xr-x root/root usr/bin/pw-inspector
-rwxr-xr-x root/root usr/bin/xhydra
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/hydra.1.gz
-rw-r--r-- root/root usr/man/man1/pw-inspector.1.gz
-rw-r--r-- root/root usr/man/man1/xhydra.1.gz

1
thc-hydra/.md5sum Normal file
View File

@ -0,0 +1 @@
48a6ab847999458184ca30620c70fd87 hydra-7.4.tar.gz

21
thc-hydra/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: fast network logon cracker
# URL: http://thc.org/thc-hydra
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
# Nice to have: mysql, libssh, libidn, libssh, gtk
name=thc-hydra
version=7.4
release=1
source=(http://thc.org/releases/hydra-$version.tar.gz)
build() {
cd hydra-$version
sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c
./configure --prefix=$PKG/usr
make
make install
}