summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexadre Bolelli2018-08-04 04:15:24 -0300
committerAlexadre Bolelli2018-08-04 04:15:24 -0300
commit28ed5d0ad82206c054bbd49c2b38339a8d278f67 (patch)
tree99587eaa5b421acd24b611f74f68c1c850881f38
parent8360859328954f1ebba6512782e171fda9b901b1 (diff)
downloadaur-28ed5d0ad82206c054bbd49c2b38339a8d278f67.tar.gz
update 2018.08.04. 04:15:24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1fd8518e8bf..5e94ec757774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = handshake-cracker
pkgdesc = Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists.
- pkgver = 43.c025d98
+ pkgver = 32.55ba7da
pkgrel = 1
url = https://github.com/semeion/handshake-cracker
arch = any
license = GPL3
makedepends = git
depends = aircrack-ng
- depends = pyrit
- depends = scapy
+ depends = wireshark-cli
+ depends = cowpatty
depends = mdk3
depends = xterm
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index f9658242c189..c2b58907359c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Contributor: Alexandre Bolelli <semeion7@hotmail.com>
# Maintainer: Alexandre Bolelli <semeion7@hotmail.com>
+# python2-scapy
pkgname=handshake-cracker
-pkgver=43.c025d98
+pkgver=32.55ba7da
pkgrel=1
pkgdesc="Handshake capture with aircrack-ng, test with pyrit, crack with john the ripper using self-builted wordlists."
arch=('any')
url='https://github.com/semeion/handshake-cracker'
license=('GPL3')
-depends=('aircrack-ng' 'pyrit' 'scapy' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
+depends=('aircrack-ng' 'wireshark-cli' 'cowpatty' 'mdk3' 'xterm' 'ncurses' 'psmisc' 'gawk'
'coreutils' 'glibc' 'sed' 'gzip' 'bzip2' 'unzip' 'wget' 'sudo' 'less' 'john' 'python2' 'python2-lxml')
makedepends=('git')
source=('git+https://github.com/semeion/handshake-cracker.git')