diff --git a/hcxtools3/.footprint b/hcxtools3/.footprint deleted file mode 100644 index c7380f4dc..000000000 --- a/hcxtools3/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index ff5956450..000000000 --- a/hcxtools3/.signature +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 26614e25c..000000000 --- a/hcxtools3/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Capture packets from WLAN devices for hashcat (legacy) -# URL: https://github.com/wi-fi-analyzer/hcxtools -# Maintainer: UNMAINTAINED -# 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 -}