Skip to content

jm55/Airhound

Repository files navigation

NSSECU2 Project

The hacking tool is specifically designed for use in WiFi hacking purposes. Most of the internal functionalities of the project use built-in 802.11 tools of Kali, most of which can be found on the Aircrack-ng suite. The tool can conduct basic WiFi Scanning, WPA/2 Handshake Capture, WPA/2 Cracking, and WiFi Denial of Service/Deauth Attacks.

Additionally, BT reconnaissance was also added since it also belongs under Wireless Hacking.

Type of Hacking Tool:

Wireless Hacking Tool

Supported Platforms:

The primary supported platform will be Linux, specifically Kali Linux. While the hacking tool is primarily intended to be used on Linux, as an easter egg, the tool also supports Windows albeit with only one simple capability available.

Software Pre-requisites

  1. Python 3.10
  2. WiFi Hacking
    1. ifconfig
    2. iwconfig
    3. lshw
    4. aircrack-ng
    5. cowpatty
    6. crunch
    7. wash
    8. reaver
  3. Bluetooth Hacking Tool
    1. hciconfig
    2. hcitool
    3. sdptool

How to use:

  1. Go to directory
  2. Run airhound via sudo python airhound.py or sudo python3 airhound.py or sudo py airhound.py or sudo py3 airhound.py