PiKarma is a tools for Detection wireless network attacks performed by KARMA module (fake AP). Starts deauthentication attack (for fake access points).
Working Principle for PiKarma:
– Collects all the packets from Wireless Network. (Probe Response)
– Analyses all the packets in real time.
– If PiKarma finds more than one SSID info from unique mac address in Probe Response;
– Logs the activity with some extra information within defined template and sends deauthentication packets
Usage:
git clone https://github.com/WiPi-Hunter/PiKarma && cd PiKarma pip install termcolor netifaces airmon-ng start interface(wlan0,wlan1) (Monitor mode) or ifconfig wlan0 down iwconfig wlan0 mode Monitor ifconfig wlan0 up Run: cd PiKarma python PiKarma.py -h
Source: https://github.com/WiPi-Hunter