contrib/thc-hydra/Pkgfile

22 lines
435 B
Plaintext
Raw Normal View History

2012-12-24 02:12:39 +01:00
# 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
2017-05-08 02:17:05 +02:00
version=8.5
2012-12-24 02:12:39 +01:00
release=1
2017-06-22 00:38:34 +02:00
source=(https://crux.nu/~tek/hydra-$version.tar.gz)
2012-12-24 02:12:39 +01:00
build() {
cd hydra-$version
sed -i 's/dummy_ssh/dummy_sshkey/' hydra-sshkey.c
./configure --prefix=$PKG/usr
make
make install
}