Search Criteria
Package Details: aircrack-ng-git 20190223.8d5bd358-1
Git Clone URL: | https://aur.archlinux.org/aircrack-ng-git.git (read-only, click to copy) |
---|---|
Package Base: | aircrack-ng-git |
Description: | WiFi security auditing tools suite |
Upstream URL: | https://aircrack-ng.org |
Keywords: | aircrack aircrack-ng airgraph airgraph-ng airmon airmon-ng airodump airodump-ng |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | Miegl |
Maintainer: | Miegl |
Last Packager: | Miegl |
Votes: | 122 |
Popularity: | 0.016605 |
First Submitted: | 2018-04-04 18:44 |
Last Updated: | 2019-02-24 00:50 |
Dependencies (13)
- ethtool (ethtool-git)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- hwloc (hwloc1)
- iw (iw-git)
- libnl (libnl-git)
- libpcap (libpcap-git)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- pcre (pcre-svn)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- git (git-git) (make)
- python (python-dbg) (make)
- python (python-dbg) (optional) – dump-join, airgraph-ng, versuck-ng, airdrop-ng
Required by (21)
- airgeddon-git (requires aircrack-ng)
- airoscript-ng (requires aircrack-ng)
- easy-deauth (requires aircrack-ng)
- fern-wifi-cracker (requires aircrack-ng)
- fern-wifi-cracker-git (requires aircrack-ng)
- fluxion-git (requires aircrack-ng)
- handshake-cracker (requires aircrack-ng)
- linset (requires aircrack-ng)
- python-wifiphisher-git (requires aircrack-ng)
- reaver-wps-fork-t6x-git (requires aircrack-ng)
- sparrow-wifi-git (requires aircrack-ng)
- wifimosys (requires aircrack-ng)
- wifiphisher (requires aircrack-ng)
- wifiphisher-git (requires aircrack-ng)
- wifite-git (requires aircrack-ng)
- wifite-git (requires aircrack-ng-scripts)
- wifite-mod-pixiewps-git (requires aircrack-ng)
- wifite-mod-pixiewps-git (requires aircrack-ng-scripts)
- wifite2 (requires aircrack-ng)
- wifite2-git (requires aircrack-ng)
- wireless-ids-git (requires aircrack-ng)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
codyps commented on 2018-05-20 17:33
Running
aircrack-ng
fails withStrace says:
So it seems that
/usr/local
is being used somewhere in the build that it shouldn't be.Miegl commented on 2018-04-22 19:47
vesath: Yeah you are right, thanks!
vesath commented on 2018-04-22 18:24
Miegl: Your
pkgver()
function is not monotonic. Currently the AUR version is1.2.rc5.r13.gce4e9c3c-1
but I did a rebuild a few days ago and got1.2.r28.g94fe3e02-1
. Howeververcmp
considers the latter older than the former.My suggestion with git packages is to use the following
pkgver()
function, which ensures that it is increasing:vesath commented on 2018-04-06 20:05
No worries, Miegl, you'll do just fine. And if myself or others have any suggestions for improving the package we'll just share them with you. Cheers.
Miegl commented on 2018-04-06 19:53
@vesath Thank you! I was kinda worried about dependencies being wrong, thanks for clearing that up for me.
As far as maintainership goes, I'm OK with you being the maintainer as I clearly don't have enough experience.
Thanks
vesath commented on 2018-04-06 19:50
Upstream has moved their code repository to github. The package
aircrack-ng-svn
is now deprecated and should be replaced byaircrack-ng-git
. Cheers.vesath commented on 2018-04-06 19:49
Thanks for the update and happy maintaining!
vesath commented on 2018-04-06 09:10
Other issues regarding dependencies:
python is required at build time (otherwise the configure script aborts) and then at run time for dump-join, airgraph-ng, versuck-ng, and airdrop-ng
sqlite is required at run time (it's a dependency of gnupg in [base] so it gets pulled anyhow)
gcc-libs is required at run time (used in usr/libexec/aircrack-ng/*)
shtool is not required (should be removed to avoid AUR dependencies)
libtool is not required (should be removed)
Here's an updated PKGBUILD: https://arch.vesath.org/all/aircrack-ng-git-1.2.rc5.r13.gce4e9c3c-1.src.tar.gz
vesath commented on 2018-04-06 08:38
I'm the maintainer of aircrack-ng-svn; I've just noticed upstream moved to github, yay! I'd like to merge my package into yours, so yours will get the votes mine had.
Before that I'd like to ask you fix a few issues with your PKGBUILD:
You apparently started off with my PKGBUILD but dropped acknowledgement of all previous maintainers/contributors; it's really not nice. Please add those back.
The packages ('autoconf' 'automake' 'pkg-config' 'make' 'gcc-libs') need not be in the makedepends array since they are part of the base-devel group.
Cheers.
vesath commented on 2017-10-09 18:07
Works just fine for me. And since I do not speak Italian and Yaourt is an unsupported tool, there is nothing I can do to help.