summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsemeion2018-12-21 22:32:54 -0200
committersemeion2018-12-21 22:32:54 -0200
commitfceb6ffa8ebc6aeb0ce79c380ce33bdd78efb9b3 (patch)
tree55304a89b7774296d5d69e78d9a09d68652d385f
parenta40562e4f37bc6f7405351e8fb538223a3e7c141 (diff)
downloadaur-fceb6ffa8ebc6aeb0ce79c380ce33bdd78efb9b3.tar.gz
update 2018.12.21. 22:32:54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d123d544fb..79dc01202373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handshake-cracker
- pkgdesc = Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists.
- pkgver = 55.3e868c6
+ pkgdesc = Capture handshakes with aircrack-ng, crack with hashcat using john the ripper mangled wordlists.
+ pkgver = 59.0f38df4
pkgrel = 1
url = https://github.com/semeion/handshake-cracker
arch = any
@@ -9,8 +9,6 @@ pkgbase = handshake-cracker
depends = aircrack-ng
depends = hcxtools
depends = hashcat
- depends = wireshark-cli
- depends = cowpatty
depends = mdk3
depends = xterm
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 94ed20b97379..11e45630b1c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Alexandre Bolelli <semeion7@hotmail.com>
pkgname=handshake-cracker
-pkgver=55.3e868c6
+pkgver=59.0f38df4
pkgrel=1
-pkgdesc="Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists."
+pkgdesc="Capture handshakes with aircrack-ng, crack with hashcat using john the ripper mangled wordlists."
arch=('any')
url='https://github.com/semeion/handshake-cracker'
license=('GPL3')
-depends=('aircrack-ng' 'hcxtools' 'hashcat' 'wireshark-cli' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
+depends=('aircrack-ng' 'hcxtools' 'hashcat' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
'macchanger' 'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml')
#optdepends=('hcxdumptool')
makedepends=('git')