ports/contrib (3.6): hcxtools3: initial commit, v3.5.0-e4b60f4
commit 8fb116ac8ce24d05c4dffaf587e3daec6b2ddc14 Author: Alexandr Savca <alexandr.savca89@gmail.com> Date: Mon Nov 23 15:17:54 2020 +0200 hcxtools3: initial commit, v3.5.0-e4b60f4 diff --git a/hcxtools3/.footprint b/hcxtools3/.footprint new file mode 100644 index 000000000..c7380f4dc --- /dev/null +++ b/hcxtools3/.footprint @@ -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 diff --git a/hcxtools3/.signature b/hcxtools3/.signature new file mode 100644 index 000000000..ff5956450 --- /dev/null +++ b/hcxtools3/.signature @@ -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 diff --git a/hcxtools3/Pkgfile b/hcxtools3/Pkgfile new file mode 100644 index 000000000..91258b847 --- /dev/null +++ b/hcxtools3/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu