diff options
author | Alexandr Savca <alexandr.savca89@gmail.com> | 2020-11-23 13:56:43 +0200 |
---|---|---|
committer | Alexandr Savca <alexandr.savca89@gmail.com> | 2020-11-23 15:26:23 +0200 |
commit | 7322ca06a14e6ae6b4ce304d5ab51a398af6f231 (patch) | |
tree | 4adb106ec1a845a8c80cb65b8751af9c2c186125 /hcxtools | |
parent | 6b908c3e232f27f35046998874d5f002824d4d50 (diff) | |
download | contrib-7322ca06a14e6ae6b4ce304d5ab51a398af6f231.tar.gz contrib-7322ca06a14e6ae6b4ce304d5ab51a398af6f231.tar.xz |
hcxtools: initial commit, v6.1.3
Diffstat (limited to 'hcxtools')
-rw-r--r-- | hcxtools/.footprint | 21 | ||||
-rw-r--r-- | hcxtools/.signature | 5 | ||||
-rw-r--r-- | hcxtools/Pkgfile | 15 |
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 +} |