Quantcast
Channel: Security Tools – Security List Network™
Viewing all articles
Browse latest Browse all 443

PiKarma- Detects wireless network attacks performed by KARMA module (fake AP).

$
0
0

PiKarma is a tools for Detection wireless network attacks performed by KARMA module (fake AP). Starts deauthentication attack (for fake access points).

PiKarma

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


Viewing all articles
Browse latest Browse all 443

Trending Articles