Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

aircrack-ng-1.7-5.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: aircrack-ng Distribution: openSUSE Tumbleweed
Version: 1.7 Vendor: openSUSE
Release: 5.1 Build date: Mon Jul 21 06:55:16 2025
Group: Productivity/Networking/Security Build host: reproducible
Size: 8196723 Source RPM: aircrack-ng-1.7-5.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.aircrack-ng.org/
Summary: A set of tools for auditing wireless networks
Aircrack-ng is a suite of tools to assess network security.
The main capabilities of aircrack-ng is to monitor, attack, test and crack WiFi networks
for auditing purposes.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Jul 21 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - fix wrong-script-interpreter badness
* Fri May 16 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix changelog format: the line immediately after the dashed line
    is supposed to be the header with date/author info.
* Wed Mar 19 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - build with pcre2, adding partial upstream patches
    aircrack-ng-1.7-pcre2-1-2385.patch
    aircrack-ng-1.7-pcre2-1-2391.patch
    aircrack-ng-1.7-pcre2-1-2397.patch
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.
* Tue Dec 27 2022 Holger B. A. Rauch <holger.rauch@posteo.de>
  - "Fixed" patch
    (originally coming from "https://github.com/aircrack-ng/aircrack-ng/pull/2335")
    * s390x-enablement-cpustats.patch
  - Excluded .keepthisfolder file from being taken into account for RPM packaging
* Wed May 11 2022 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.7
    Airdecap-ng
    * Endianness fixes.
    * Output PCAP as little endian.
    Airodump-ng
    * Fixed blank encryption field when APs have TKIP (and/or CCMP)
      with WPA2.
    * Updated encryption filter (-t/--encrypt) for WPA3 and OWE.
    * Fixed out-of-order timestamp captures.
    * Ignore NULL PMKID.
    * Fixed dropping management frames with zeroed timestamp.
    * Fixed sorting where sometimes it started with a different field
    * Allow setting colors only in AP selection mode.
    * Fix crash on 4K Linux console.
    * Fixed issue where existing clients not linked to an AP become
      hidden when hitting 'o'.
    * Allow use of WiFi 6E 6GHz frequencies.
    * Look for oui.txt in /usr/share/hwdata.
    Airgraph-ng
    * Fixed graphviz package conflict.
    * Fixed downloading OUI with python3.
    * Ensure support/ directory is created when installing.
    Aircrack-ng
    * Fix handshake replay counter logic.
    * Handle timeout when parsing EAPOL.
    * Fixed WEP display.
    * Fixed spurious EXIT messages.
    * Improved handshake selection by fixing EAPOL timing and
      clearing state.
    * Ignore NULL PMKID.
    * Added Apple M1 detection.
    Aireplay-ng
    * In test mode, detect tampering of sequence number b
      firmware/driver.
    * Fixed incorrectly rewritten loops affecting fragmentation
      attack, and in some cases, SKA fake auth.
    * Fixed a bunch of instances where packets had their
      duration updated instead of the sequence number.
    Airmon-ng
    * Fix avahi killing.
    * rewrite service stopping entirely.
    * Codestyle fixes and code cleanup.
    * Added a few Raspberry Pi hardware revisions.
    * Fixes for 8812au driver.
    * Fix iwlwifi firmware formatting.
    * Remove broken KVM detection.
    * Show regdomain in verbose mode.
    * Document frequency usage.
    * Add a sleep to help predictable names due to udev sometimes
      renaming interface.
    * Added warning for broken radiotap headers in kernel 5.15
      to 5.15.4
    * shellcheck fixes.
    * support systemctl as some systems don't support 'service'
      anymore.
    * Fixes for pciutils 3.8, backward compatible.
    Airbase-ng
    * use enum for frame type/subtype.
    * remove a few IE in association responses.
    Besside-ng
    * Support and detect all channels in 5GHz in Auto-Channel mode.
    OSdep
    * Search additional IE for channel information
    Airgraph-ng
    * switch airodump-join to Python 3
    General
    * Fix compilation with LibreSSL 3.5.
    * Add Linux uclibc support.
    * Shell script fixes thanks to shellcheck.
    * Fixes for GCC 10 and 11.
    * Fixed cross-compilation.
    * Code refactoring, deduplication, cleanup, and misc code
      improvements.
    * Coverity Scan fixes, which includes memory leaks, race
      conditions, division by 0, and other issues.
  - Remove patch:
    * conflict.patch (not longer needed)
* Sun Jul 05 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - fix build with gcc10 (gh#2138)
* Sat May 09 2020 Martin Hauke <mardnh@gmx.de>
  - Run spec-cleaner
  - Force python3 for all tools written in python
  - Use proper docdir
  - Update patch:
    * conflict.patch
  - Introduce devel subpackage
  - Run testsuite
  - Update to version 1.6:
    * Aircrack-ng: Fixed ARM processors display with -u
    * Aircrack-ng: Fixed AVX-512F support
    * Aircrack-ng: Fixed cracking speed calculation
    * Aircrack-ng: Fixed cracking WEP beyond 10k IVS
    * Aircrack-ng: Fixed creating new session and added test case
    * Aircrack-ng: Fixed encryption display in some cases when
      prompting for network to crack
    * Aircrack-ng: Fixed exiting Aircrack-ng in some cases
    * Aircrack-ng: Fixed logical and physical processor count
      detection
    * Aircrack-ng: Fixed PMKID length check
    * Aircrack-ng: Various fixes and improvements to WPA cracking
      engine and its performance
    * Airdecap-ng: Decrypt both directions when WDS is in use
    * Airdecap-ng: Fixed decrypting WPA PCAP when BSSID changes
    * Airgraph-ng: Added support for WPA3
    * Airgraph-ng: Switch to argparse
    * Airmon-ng: Added detection for wicd, Intel Wireless Daemon
      (iwd), net_applet
    * Airmon-ng: Handle case when avahi keeps getting restarted
    * Airmon-ng: Indicates when interface doesn't exist
    * Airodump-ng: Added autocolorization interactive key
    * Airodump-ng: Added option to read PCAP in realtime (-T)
    * Airodump-ng: Added PMKID detection
    * Airodump-ng: Added support for GMAC
    * Airodump-ng: Added support for WPA3 and OWE (Enhanced Open)
    * Airodump-ng: Basic UTF-8 support
    * Airodump-ng: Checked management frames are complete before
      processing IE to avoid switch from WEP to WPA
    * Airodump-ng: Display signal when reading from PCAP
    * Airodump-ng: Fixed netxml output with hidden SSID
    * Airodump-ng: Improved rates calculation for 802.11n/ac
    * Airtun-ng: Fixed using -p with -e
    * Autoconf: Fixed order of ssl and crypto libraries
    * dcrack: Fixed client reporting benchmark
    * dcrack: Now handles chunked encoding when communicating
      (default in Python3)
    * Freeradius-WPE: Updated patch for v3.0.20
    * General: Added python3 support to scripts
    * General: Added security policy to report security issues
    * General: Reorganizing filesystem layout (See PR 2032), and
      switch to automake 1.14+
    * General: Convert to non-recursive make (part of PR 2032)
    * General: Deduplicating functions and code cleanups
    * General: Fixed packaging on cygwin due to openssl library
      name change
    * General: Removed coveralls.io
    * General: Updated dependencies in README.md/INSTALLING
    * General: Use upstream radiotap libary, as a sub-tree
    * HostAPd-WPE: Updated for v2.9
    * Manpages: Fixes and improvements
    * Tests: Added Integration tests for aireplay-ng, airodump-ng,
      aircrack-ng, airbase-ng, and others
    * Tests: Added tests for airdecap-ng, aircrack-ng
* Fri Apr 03 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - build with pcre for regex filtering of SSID
  - with with hwloc to improve performance
  - fix experimental feature conditional build
  - fix SQLite conditional build
* Fri Jan 18 2019 atoptsoglou@suse.com
  - Fix conflict issue with graphviz: python files are now installed
    under air_graphviz, add conflict.patch

Files

/usr/bin/aircrack-ng
/usr/bin/airdecap-ng
/usr/bin/airdecloak-ng
/usr/bin/airdrop-ng
/usr/bin/airgraph-ng
/usr/bin/airodump-join
/usr/bin/airolib-ng
/usr/bin/besside-ng-crawler
/usr/bin/buddy-ng
/usr/bin/ivstools
/usr/bin/kstats
/usr/bin/makeivs-ng
/usr/bin/packetforge-ng
/usr/bin/versuck-ng
/usr/bin/wpaclean
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/PKG-INFO
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/SOURCES.txt
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/dependency_links.txt
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/not-zip-safe
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/scripts
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/scripts/airdrop-ng
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/EGG-INFO/top_level.txt
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/__init__.py
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/__pycache__
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/__pycache__/libDumpParse.cpython-313.pyc
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/__pycache__/libOuiParse.cpython-313.pyc
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/libDumpParse.py
/usr/lib/python3.13/site-packages/airdrop_ng-1.1-py3.13.egg/airdrop/libOuiParse.py
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/PKG-INFO
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/SOURCES.txt
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/dependency_links.txt
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/not-zip-safe
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/scripts
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/scripts/airgraph-ng
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/scripts/airodump-join
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/EGG-INFO/top_level.txt
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__init__.py
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__pycache__
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__pycache__/libDumpParse.cpython-313.pyc
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__pycache__/libOuiParse.cpython-313.pyc
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/__pycache__/lib_Airgraphviz.cpython-313.pyc
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/libDumpParse.py
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/libOuiParse.py
/usr/lib/python3.13/site-packages/airgraph_ng-1.1-py3.13.egg/airgraphviz/lib_Airgraphviz.py
/usr/sbin/airbase-ng
/usr/sbin/aireplay-ng
/usr/sbin/airmon-ng
/usr/sbin/airodump-ng
/usr/sbin/airodump-ng-oui-update
/usr/sbin/airserv-ng
/usr/sbin/airtun-ng
/usr/sbin/airventriloquist-ng
/usr/sbin/besside-ng
/usr/sbin/easside-ng
/usr/sbin/tkiptun-ng
/usr/sbin/wesside-ng
/usr/share/airgraph-ng
/usr/share/doc/packages/aircrack-ng
/usr/share/doc/packages/aircrack-ng/AUTHORS
/usr/share/doc/packages/aircrack-ng/Apple.sample.txt
/usr/share/doc/packages/aircrack-ng/ChangeLog
/usr/share/doc/packages/aircrack-ng/README
/usr/share/doc/packages/aircrack-ng/README.SUSE
/usr/share/doc/packages/aircrack-ng/dropRules.conf.example
/usr/share/doc/packages/aircrack-ng/patches
/usr/share/doc/packages/aircrack-ng/patches/acx-20070101.patch
/usr/share/doc/packages/aircrack-ng/patches/ar9170_regdomain_override.patch
/usr/share/doc/packages/aircrack-ng/patches/ath5k-frequency-chaos-2.6.28.patch
/usr/share/doc/packages/aircrack-ng/patches/ath5k-injection-2.6.27-rc2.patch
/usr/share/doc/packages/aircrack-ng/patches/ath5k-pass-failed-crc.patch
/usr/share/doc/packages/aircrack-ng/patches/ath5k-radiotap-fragfix-2.6.28-rc8-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/ath5k_regdomain_override.patch
/usr/share/doc/packages/aircrack-ng/patches/ath9k_regdomain_override.patch
/usr/share/doc/packages/aircrack-ng/patches/b43-injection-2.6.24.4.patch
/usr/share/doc/packages/aircrack-ng/patches/b43-injection-2.6.26-rc8-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/b43-injection-2.6.26-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/bcm43xx-injection-linux-2.6.20.patch
/usr/share/doc/packages/aircrack-ng/patches/bcm43xx-injection-linux-2.6.22-v2.patch
/usr/share/doc/packages/aircrack-ng/patches/build_compat_wireless_2.6.33.patch
/usr/share/doc/packages/aircrack-ng/patches/channel-negative-one-maxim.patch
/usr/share/doc/packages/aircrack-ng/patches/fix_ath5k_no_data_in_monitor_mode.patch
/usr/share/doc/packages/aircrack-ng/patches/hostap-driver-0.4.7.patch
/usr/share/doc/packages/aircrack-ng/patches/hostap-kernel-2.6.18.patch
/usr/share/doc/packages/aircrack-ng/patches/ieee80211_inject-2.6.22.patch
/usr/share/doc/packages/aircrack-ng/patches/ieee80211_inject.patch
/usr/share/doc/packages/aircrack-ng/patches/ieee80211_softmac_adjust_bitrate.patch
/usr/share/doc/packages/aircrack-ng/patches/ipw2200-1.1.4-inject.patch
/usr/share/doc/packages/aircrack-ng/patches/linux-wlanng-0.2.8.patch
/usr/share/doc/packages/aircrack-ng/patches/linux-wlanng-kernel-2.6.28.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211-2.6.29-fix-tx-ctl-no-ack-retry-count.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211.compat08082009.wl_frag+ack_v1.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.24.4_frag.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.26-rc8-wl_frag.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.26-wl_frag.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.26_frag.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.27_frag+ack.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.27_frag+ack_v2.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.28-rc4-wl_frag+ack_v2.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.28-rc4-wl_frag+ack_v3.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.28-rc8-wl_frag+ack_radiotap.patch
/usr/share/doc/packages/aircrack-ng/patches/mac80211_2.6.32.2-wl_frag+ack_radiotap.patch
/usr/share/doc/packages/aircrack-ng/patches/madwifi-ng-r4073.patch
/usr/share/doc/packages/aircrack-ng/patches/madwifi-old-r1417.patch
/usr/share/doc/packages/aircrack-ng/patches/old
/usr/share/doc/packages/aircrack-ng/patches/old/aicrack-ng-rc2_Intel_macOSX.patch
/usr/share/doc/packages/aircrack-ng/patches/old/ath5k-frequency-chaos-2.6.27-gentoo-r2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/ath5k-frequency-chaos_2.6.26.2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/b43-injection-2.6.25-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/old/b43-injection-2.6.26-rc6-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/old/bcm43xx-injection-linux-2.6.22.patch
/usr/share/doc/packages/aircrack-ng/patches/old/hostap-driver-0.3.9.patch
/usr/share/doc/packages/aircrack-ng/patches/old/hostap-driver-0.4.5.patch
/usr/share/doc/packages/aircrack-ng/patches/old/hostap-kernel-2.6.16.patch
/usr/share/doc/packages/aircrack-ng/patches/old/hostap-kernel-2.6.17.patch
/usr/share/doc/packages/aircrack-ng/patches/old/ipw2200-1.1.3-inject.patch
/usr/share/doc/packages/aircrack-ng/patches/old/linux-wlan-0.2.3.packet.injection.patch
/usr/share/doc/packages/aircrack-ng/patches/old/linux-wlan-0.2.5.packet.injection.patch
/usr/share/doc/packages/aircrack-ng/patches/old/mac80211_2.6.26-rc6-wl_frag.patch
/usr/share/doc/packages/aircrack-ng/patches/old/mac80211_2.6.26-rc6-wl_frag_v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/mac80211_2.6.28-rc4-wl_frag+ack.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-cvs-20050707.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-cvs-20050814.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-cvs-20051025.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1457-1473_disable_retry_raw.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1475_disable_retry_raw.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1486.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1520.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1526.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1545.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1679.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1713.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1730.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1754.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1756.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1816.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1886.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r1983.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r2277.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r2662-dirty_wesside-ng_fix.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r3386v3.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r3745.patch
/usr/share/doc/packages/aircrack-ng/patches/old/madwifi-ng-r3925.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2500-cvs-20050724.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2500-cvs-20051008-prismheader.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2500-cvs-2005112305.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2570-cvs-20050824.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2570-cvs-20051008-prismheader.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt2570-cvs-2005112305.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rt73_2.6.24.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8180-0.21.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187-mac80211-injection-speed-2.6.28-wl.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_1010.0622.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_1010.0622v2-old.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_1010.0622v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_1025.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_1025v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.20.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.20v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.20v3.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.20v4.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.21.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.21v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.21v3.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.21v4.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.21v5.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.22.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.24.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.24v2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/rtl8187_2.6.24v3.patch
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.4.2-lib-cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.5.1-lib_cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.5.4-lib_cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.5.7-lib_cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.6.11-lib_cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/sqlite-3.6.13-lib_cygwin.diff
/usr/share/doc/packages/aircrack-ng/patches/old/wlanng-0.2.1-pre26.patch
/usr/share/doc/packages/aircrack-ng/patches/old/wrt54g.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw-inject+dbi-fix-2.6.26.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw-inject+dbi-fix-2.6.39.2.2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw-inject+dbi-fix-2.6.39.4.diff
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw-inject+dbi-fix-3.3.2.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject-2.6.20-gentoo-r4.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.17.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.20.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.21-gentoo.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.22.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.23.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_inject_2.6.26.patch
/usr/share/doc/packages/aircrack-ng/patches/old/zd1211rw_malformed.patch
/usr/share/doc/packages/aircrack-ng/patches/prism54-svn-20050724.patch
/usr/share/doc/packages/aircrack-ng/patches/rt2570-k2wrlz-1.6.1_2.6.24.patch
/usr/share/doc/packages/aircrack-ng/patches/rt73-k2wrkz-3.0.3_add_EW-7318USg.patch
/usr/share/doc/packages/aircrack-ng/patches/rt73_2.6.27.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8180-0.21v2.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187-mac80211-injection-speed-2.6.28-rc6.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187-mac80211-injection-speed-2.6.30-rc3.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187-ng-2.6.31.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187_2.6.27.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187_2.6.32.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187_2.6.35-monitor_only.patch
/usr/share/doc/packages/aircrack-ng/patches/rtl8187_hw_signal_backport_2.6.28.patch
/usr/share/doc/packages/aircrack-ng/patches/wpe
/usr/share/doc/packages/aircrack-ng/patches/wpe/freeradius-wpe
/usr/share/doc/packages/aircrack-ng/patches/wpe/freeradius-wpe/Dockerfile
/usr/share/doc/packages/aircrack-ng/patches/wpe/freeradius-wpe/README.md
/usr/share/doc/packages/aircrack-ng/patches/wpe/freeradius-wpe/freeradius-server-3.2.0-wpe.diff
/usr/share/doc/packages/aircrack-ng/patches/wpe/hostapd-wpe
/usr/share/doc/packages/aircrack-ng/patches/wpe/hostapd-wpe/Dockerfile
/usr/share/doc/packages/aircrack-ng/patches/wpe/hostapd-wpe/README.md
/usr/share/doc/packages/aircrack-ng/patches/wpe/hostapd-wpe/hostapd-2.10-wpe.patch
/usr/share/doc/packages/aircrack-ng/patches/zd1211rw-inject+dbi-fix-3.7.4.patch
/usr/share/licenses/aircrack-ng
/usr/share/licenses/aircrack-ng/LICENSE
/usr/share/licenses/aircrack-ng/LICENSE.OpenSSL
/usr/share/man/man1/aircrack-ng.1.gz
/usr/share/man/man1/airdecap-ng.1.gz
/usr/share/man/man1/airdecloak-ng.1.gz
/usr/share/man/man1/airdrop-ng.1.gz
/usr/share/man/man1/airgraph-ng.1.gz
/usr/share/man/man1/airodump-join.1.gz
/usr/share/man/man1/airolib-ng.1.gz
/usr/share/man/man1/besside-ng-crawler.1.gz
/usr/share/man/man1/buddy-ng.1.gz
/usr/share/man/man1/ivstools.1.gz
/usr/share/man/man1/kstats.1.gz
/usr/share/man/man1/makeivs-ng.1.gz
/usr/share/man/man1/packetforge-ng.1.gz
/usr/share/man/man1/versuck-ng.1.gz
/usr/share/man/man1/wpaclean.1.gz
/usr/share/man/man8/airbase-ng.8.gz
/usr/share/man/man8/aireplay-ng.8.gz
/usr/share/man/man8/airmon-ng.8.gz
/usr/share/man/man8/airodump-ng-oui-update.8.gz
/usr/share/man/man8/airodump-ng.8.gz
/usr/share/man/man8/airserv-ng.8.gz
/usr/share/man/man8/airtun-ng.8.gz
/usr/share/man/man8/airventriloquist-ng.8.gz
/usr/share/man/man8/besside-ng.8.gz
/usr/share/man/man8/easside-ng.8.gz
/usr/share/man/man8/tkiptun-ng.8.gz
/usr/share/man/man8/wesside-ng.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 9 10:30:09 2025