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.016491 |
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
1 2 3 4 5 Next › Last »
drygdryg commented on 2020-10-24 07:51
Please add
pentium4
architecture to PKGBUILD for better Arch Linux 32 support. I confirmed build on mypentium4
laptop.brbsix commented on 2020-06-24 04:57
This package started failing for me recently. It appears to be an issue when building with GCC 10. See https://github.com/aircrack-ng/aircrack-ng/issues/2138 https://bugs.gentoo.org/708378
It can be resolved by passing
-fcommon
to gcc. I just updated theconfigure
line to./configure CC='gcc -fcommon' --with-experimental --with-ext-scripts --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var
vesath commented on 2019-02-24 02:45
Miegl: Thanks for the update! I'm not sure if moving python to depends is better. Generally I think staying as close as possible to the official package is better. Of course you are free to suggest improvements to our official packages by filing feature requests on our bug tracker. And if you disagree with the official maintainer you are free to deviate from the official package. I see this general principle as a guideline, no more. Cheers.
Miegl commented on 2019-02-24 01:09
vesath: Oops, I checked the package sanity with namcap (which said these dependencies are unnecessary) and thought they are no longer needed without actually testing the whole package. Won't happen again, hopefully.
Also does keeping the PKGBUILD as close as possible to the official package mean I should move python from the optdepends array to depends? Or perhaps this PKGBUILD should be a copy of the official one and I should be discussing potential improvements with the official maintainer? Thanks.
vesath commented on 2019-02-23 08:16
You've removed net-tools, iw and ethtool from the depends array in commit
b0afdd5dcd0a
; could you explain why? They are required by the airmon-ng script.On a more general note, this PKGBUILD should be kept as close as possible to our official aircrack-ng package to avoid surprises. Thanks for your understanding.
Miegl commented on 2019-02-13 22:14
ipha: sorry, latest PKGBUILD should work fine.
ipha commented on 2019-02-13 21:21
Latest update isn't happy about installing files to /usr/sbin
aircrack-ng-git: /usr/sbin exists in filesystem (owned by filesystem)
oberon2007 commented on 2018-09-20 07:06
Could you please add aircrack-ng-scripts to provides array? Thanks.
Miegl commented on 2018-05-20 21:26
codyps: make arguments work correctly for me, but I'm fine with ./configure arguments too. Thanks.
codyps commented on 2018-05-20 17:49
Here's a patch which fixes this by switching to use
./configure
arguments.It seems the make args weren't taking affect in all cases (probably some make rule I'm not familiar with).
https://gist.github.com/jmesmon/346bff56aee0be5f99f0970ceeebfaaf