Skip to content

maroviher/airodump_mod

Repository files navigation

Improved version of airodump-ng with ability to kick-off a stations from AP. To start attack on a particular AP, select it (TAB and arrow up/down) and then push the right arrow button, to stop an attack select an AP, that is currently under attack, and push left arrow button. You can attack only WPA2/WPA APs. If the encryption of AP changes on-fly to WEP or OPEN (admin has changed it), than airodump_mod will immediately stop an attack until the encryption will be changed to WPA2/WPA again.

What is better than in original airodump-ng?

  • show more statistics: packets/sec, bytes sniffed, currently sniff rate bytes/sec, beacons sniffed, packets sniffed
  • selection: if you have selected an AP (TAB button), and another APs will be found and inserted on top, your selection will not be moved. That is very annoying in original airodump-ng
  • show client manufacturer (toggle with 'b' button). Dont forget to download OUI file, just run scripts/airodump-ng-oui-update
  • toggle client statistics with 'g' button, sniffed packets: (EAPOL/AssocReq/AssocResp/ReAssocReq/ReAssocResp/ProbeRequest/ProbeResp/Disass/Auth/Deauth). Very usefull to see how many times a client tries to reconnect.

    Installation steps git clone https://github.com/maroviher/airodump_mod.git
    cd airodump_mod/

uninstall currently installed aircrack suite, if any

libnl=false make uninstall
git checkout origin/kick_off
git checkout -b kick_off origin/kick_off
libnl=false make -j4
libnl=false make install
airodump-ng-oui-update #download MAC manufacturer database

About

No description, website, or topics provided.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.OpenSSL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published