MANA Toolkit – Rogue Access Point (evilAP) And MiTM Attack Tool
MANA Toolkit is a set of tools for rogue access point (evilAP) attacks and wireless MiTM. More specifically, it contains the improvements to KARMA attacks implemented into hostapd, as well as some useful configs for conducting MitM once you’ve managed to get a victim to connect. Contents MANA Toolkit contains: kali/ubuntu-install.sh – simple installers for Kali 1.0.9 and Ubuntu 14.04 (trusty) slides – an explanation of what we’re doing here run-mana – the controller scripts hostapd-mana – modified hostapd that implements our new mana attacks crackapd – a tool for offloading the cracking of EAP creds to an external tool and re-adding them to the hostapd EAP config (auto crack ‘n add) sslstrip-hsts – our modifications to LeonardoNVE’s & moxie’s cool tools apache – the apache vhosts for the noupstream hacks; deploy to /etc/apache2/ and /var/www/ respectively Installation The simplest way to get up and running is it “apt-get install mana-toolkit” on Kali. If you want to go manual to ge...