2020-11-23 13:56:43 +02:00
|
|
|
# Description: Convert captured packets for hashcat or John the Ripper
|
|
|
|
# URL: https://github.com/ZerBea/hcxtools
|
|
|
|
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
|
|
|
|
# Depends on: curl
|
|
|
|
|
|
|
|
name=hcxtools
|
2021-01-14 12:32:34 +02:00
|
|
|
version=6.1.5
|
2020-11-23 13:56:43 +02:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
make PREFIX=/usr DESTDIR=$PKG install
|
|
|
|
}
|