summaryrefslogtreecommitdiff
path: root/hcxtools
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2020-11-23 13:56:43 +0200
committerAlexandr Savca <alexandr.savca89@gmail.com>2020-11-23 15:26:23 +0200
commit7322ca06a14e6ae6b4ce304d5ab51a398af6f231 (patch)
tree4adb106ec1a845a8c80cb65b8751af9c2c186125 /hcxtools
parent6b908c3e232f27f35046998874d5f002824d4d50 (diff)
downloadcontrib-7322ca06a14e6ae6b4ce304d5ab51a398af6f231.tar.gz
contrib-7322ca06a14e6ae6b4ce304d5ab51a398af6f231.tar.xz
hcxtools: initial commit, v6.1.3
Diffstat (limited to 'hcxtools')
-rw-r--r--hcxtools/.footprint21
-rw-r--r--hcxtools/.signature5
-rw-r--r--hcxtools/Pkgfile15
3 files changed, 41 insertions, 0 deletions
diff --git a/hcxtools/.footprint b/hcxtools/.footprint
new file mode 100644
index 000000000..3d3430b01
--- /dev/null
+++ b/hcxtools/.footprint
@@ -0,0 +1,21 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/hcxessidtool
+-rwxr-xr-x root/root usr/bin/hcxhash2cap
+-rwxr-xr-x root/root usr/bin/hcxhashcattool
+-rwxr-xr-x root/root usr/bin/hcxhashtool
+-rwxr-xr-x root/root usr/bin/hcxmactool
+-rwxr-xr-x root/root usr/bin/hcxpcapngtool
+-rwxr-xr-x root/root usr/bin/hcxpmkidtool
+-rwxr-xr-x root/root usr/bin/hcxpsktool
+-rwxr-xr-x root/root usr/bin/hcxwltool
+-rwxr-xr-x root/root usr/bin/whoismac
+-rwxr-xr-x root/root usr/bin/wlancap2wpasec
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/hcxhash2cap.1.gz
+-rw-r--r-- root/root usr/share/man/man1/hcxhashtool.1.gz
+-rw-r--r-- root/root usr/share/man/man1/hcxpcapngtool.1.gz
+-rw-r--r-- root/root usr/share/man/man1/hcxpsktool.1.gz
+-rw-r--r-- root/root usr/share/man/man1/wlancap2wpasec.1.gz
diff --git a/hcxtools/.signature b/hcxtools/.signature
new file mode 100644
index 000000000..da6440ff4
--- /dev/null
+++ b/hcxtools/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF34uhKAB7e7h1xPVS7fgmVDBRxAeDqaKuJG9w5+43GGEsQK8MbbRIySiULEwf+ZYE5nT0LGlvN1Wf3iDO+vQN2ws=
+SHA256 (Pkgfile) = 416350ea7b8f7f451e3b3a89e45e7dd66c22c808c28586a7276f6dc8a70c6abe
+SHA256 (.footprint) = f32383820f25b3b4fb3c937ee332798aab70c8ac035c83d56808f8dab16cb1b8
+SHA256 (hcxtools-6.1.3.tar.gz) = 15f02189a235b28d6853f231b5cef871a6d487414c3e631971226e8fed88dbcb
diff --git a/hcxtools/Pkgfile b/hcxtools/Pkgfile
new file mode 100644
index 000000000..a283cc9c2
--- /dev/null
+++ b/hcxtools/Pkgfile
@@ -0,0 +1,15 @@
+# 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
+version=6.1.3
+release=1
+source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ make PREFIX=/usr DESTDIR=$PKG install
+}

Generated by cgit