Search Criteria
Package Details: aircrack-ng-git 20240829.8177f63d-1
Package Actions
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: | GPL2 |
Conflicts: | aircrack-ng, aircrack-ng-scripts |
Provides: | aircrack-ng, aircrack-ng-scripts |
Replaces: | aircrack-ng-scripts, aircrack-ng-svn |
Submitter: | Miegl |
Maintainer: | l-koehler |
Last Packager: | l-koehler |
Votes: | 120 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-04 18:44 (UTC) |
Last Updated: | 2024-09-06 12:46 (UTC) |
Dependencies (19)
- ethtool (ethtool-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- hwloc
- iw (iw-gitAUR)
- libnl (libnl-gitAUR)
- libpcap (libpcap-gitAUR)
- net-tools (net-tools-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- sqlite (sqlite-fossilAUR)
- autoconf (autoconf-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- gpsd (optional) – allows airodump-ng to log coordinates
- pciutils (pciutils-gitAUR) (optional) – required for devices with populated PCI(e) bus
- pcre2 (pcre2-gitAUR) (optional) – SSID filtering with regular expressions in airodump-ng
- python (python37AUR, python311AUR, python310AUR) (optional) – needed for dump-join, airgraph-ng, versuck-ng, airdrop-ng
- usbutils (usbutils-gitAUR) (optional) – needed for airmon-ng
Required by (16)
- airgeddon (requires aircrack-ng)
- airgorah (requires aircrack-ng)
- airgorah-bin (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)
- mdk3 (requires aircrack-ng)
- minidwep-gtk (requires aircrack-ng)
- reaver-wps-fork-t6x-git (requires aircrack-ng)
- sparrow-wifi-git (requires aircrack-ng)
- wifite-git (requires aircrack-ng)
- wireless-ids-git (requires aircrack-ng)
Latest Comments
1 2 3 4 5 6 Next › Last »
ApplicationMaker commented on 2024-08-29 20:49 (UTC) (edited on 2024-08-29 20:54 (UTC) by ApplicationMaker)
Requires autoconf to prepare,
PKGBUILD: line 37: autoreconf: command not found
if autoconf is not installed.Requires automake to prepare,
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 299.
if automake is not installedWSDMatty commented on 2023-07-03 03:10 (UTC)
Requires python-setuptools makedepend to build in clean chroot
HornyApple commented on 2021-09-05 04:29 (UTC)
Missing dependency: libbsd
drygdryg commented on 2020-10-24 07:51 (UTC) (edited on 2020-10-24 07:56 (UTC) by drygdryg)
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 (UTC)
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 (UTC)
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 (UTC)
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 (UTC)
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 (UTC)
ipha: sorry, latest PKGBUILD should work fine.
ipha commented on 2019-02-13 21:21 (UTC)
Latest update isn't happy about installing files to /usr/sbin
aircrack-ng-git: /usr/sbin exists in filesystem (owned by filesystem)
1 2 3 4 5 6 Next › Last »