Metadata-Version: 2.4
Name: air-hammer-ng
Version: 0.1.1
Summary: Wireless attack automation tool for WPA Enterprise
Author: Dean Goorden
License-Expression: GPL-3.0-only
Keywords: wireless,wpa-enterprise,eap,security,pentesting,wifi,802.1x
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0
Dynamic: license-file

Air-Hammer-ng - A WPA Enterprise horizontal brute-force attack tool
==========
*Original Air-Hammer created by Michael "Wh1t3Rh1n0" Allen, 2016-09-01*[1]

*Air-Hammer-ng created by Dean Goorden, 2026-03-31*

Introduction
------------
Air-Hammer-ng is is brute-force attack tool for use against WPA Enterprise networks. WPA Enterprice networks are more secure, but users choose their own passwords which makes brute-forcing a viable attack surface. Utilising common passwords, brute-forcing WPA Enterprise is possible.

This tool differs from the original in that it utilises python 3. It no longer uses TwistedReactor as its event engine, and accesses `wpa_cli` directly instead of using a `wpa_supplicant` wrapper. 


Installing dependencies
-----------------------
Air-Hammer has been built and used on the current version of Kali Linux. In addition to packages that come with Kali Linux by default, the following dependencies need to be installed:

* [rich][2]:

        root@kali:~# pip install rich


Other requirements
------------------
Air-Hammer-ng requires a list of usernames that are valid for the target network in order to function. 


[1]: https://github.com/Wh1t3Rh1n0/air-hammer
[2]: https://pypi.org/project/rich/
