diff options
author | semeion | 2023-03-11 19:17:40 -0300 |
---|---|---|
committer | semeion | 2023-03-11 19:17:40 -0300 |
commit | 35e023553d20df1c9f53d562312eda74d3c6d1db (patch) | |
tree | a7d15ed2211cf3d2c9e193cd356e4cfb0a4a4746 /PKGBUILD | |
parent | 3ede94e4bea23c7314e0fa2b2911499022ce2a74 (diff) | |
download | aur-handshake-cracker.tar.gz |
update 2023.03.11. 19:17:40
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,18 +2,18 @@ # Maintainer: Alexandre Bolelli <semeion7@hotmail.com> pkgname=handshake-cracker -pkgver=60.c795ef1 +pkgver=32.55ba7da pkgrel=1 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' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk' - 'macchanger' 'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml') +depends=('aircrack-ng' 'hcxtools' 'hashcat' 'mdk4' 'xterm' 'ncurses' 'psmisc' 'gawk' + 'macchanger' 'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python' 'python-lxml') #optdepends=('hcxdumptool') makedepends=('git') source=('git+https://github.com/semeion/handshake-cracker.git') -sha256sums=('SKIP') # use 'updpkgsums' if you want +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" |