1
0
forked from ports/contrib

hcxtools3: initial commit, v3.5.0-e4b60f4

This commit is contained in:
Alexandr Savca 2020-11-23 15:17:54 +02:00
parent 7322ca06a1
commit 8fb116ac8c
3 changed files with 41 additions and 0 deletions

17
hcxtools3/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pwhash3
-rwxr-xr-x root/root usr/bin/whoismac3
-rwxr-xr-x root/root usr/bin/wlancap2hcx3
-rwxr-xr-x root/root usr/bin/wlancapinfo3
-rwxr-xr-x root/root usr/bin/wlandump-sts3
-rwxr-xr-x root/root usr/bin/wlandump3
-rwxr-xr-x root/root usr/bin/wlanhc2hcx3
-rwxr-xr-x root/root usr/bin/wlanhcx2cap3
-rwxr-xr-x root/root usr/bin/wlanhcx2essid3
-rwxr-xr-x root/root usr/bin/wlanhcx2john3
-rwxr-xr-x root/root usr/bin/wlanhcx2ssid3
-rwxr-xr-x root/root usr/bin/wlanhcxinfo3
-rwxr-xr-x root/root usr/bin/wlanhcxmnc3
-rwxr-xr-x root/root usr/bin/wlanscan-sts3
-rwxr-xr-x root/root usr/bin/wlanscan3

5
hcxtools3/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31K3bTvMy4K9xsAigqd7Zksn/1nQ7mvXJhz+b7LcqQH1u3sMNsq9+420+/BFwFVIWWF+91MJAXlsGdgx9F1eSg0=
SHA256 (Pkgfile) = a75f4e47b0aea7fc91286c1252262f17af91c502658507430f94ceca791a46b9
SHA256 (.footprint) = 7a0271ce63282b25ddb8d2877bf22a409fced9d6e981dde06d6d81bb46bd365e
SHA256 (hcxtools-e4b60f45a1765c745c7acd6098145df167e13a1f.tar.gz) = 5bb7abcb42a38fb6d87414b56854967361ff6bf840feab9987d92095f7ce1758

19
hcxtools3/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Capture packets from WLAN devices for hashcat (legacy)
# URL: https://github.com/wi-fi-analyzer/hcxtools
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
# Depends on: curl libpcap
name=hcxtools3
version=3.5.0-e4b60f4
_commit=e4b60f45a1765c745c7acd6098145df167e13a1f
release=1
source=(https://github.com/ZerBea/${name/3}/archive/$_commit/${name/3}-$_commit.tar.gz)
build() {
cd ${name/3}-$_commit
make CFLAGS="${CFLAGS}" INSTALLDIR=$PKG/usr/bin install
# append '3' to all binaries
find $PKG/usr/bin -type f -print | xargs -I % mv % %3
}