forked from ports/contrib
hydra: new port
This commit is contained in:
parent
c2eb034160
commit
46afb973fe
11
thc-hydra/.footprint
Normal file
11
thc-hydra/.footprint
Normal 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
1
thc-hydra/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
48a6ab847999458184ca30620c70fd87 hydra-7.4.tar.gz
|
21
thc-hydra/Pkgfile
Normal file
21
thc-hydra/Pkgfile
Normal 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
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user