Skip to content

WiFi security auditing tools suite with different terminal output

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.OpenSSL
Notifications You must be signed in to change notification settings

edoardesd/aircrack-ng

 
 

Repository files navigation

Aircrack-ng

Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.

Modification

The program has the same functionalities of the original Aircrack-ng. The changes concern the GUI of airodump-ng. I've added:

  • Sequence Number of the packet
  • RSSI

Compiling

  • Compilation:

    make

  • Compilation on *BSD or Solaris:

    gmake

  • Strip debugging symbols:

    make strip

  • Installing:

    make install

  • Uninstall:

    make uninstall

About

WiFi security auditing tools suite with different terminal output

Topics

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.OpenSSL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.8%
  • C# 7.5%
  • Python 4.0%
  • Roff 2.9%
  • Shell 2.3%
  • Makefile 1.1%
  • Other 1.4%