Pentest Tools

Published on August 20th, 2017 📆 | 3131 Views ⚑

0

PiSavar – Detects PineAP Module and Starts Deauthentication Attack (for fake access points)


Text to Speech Voices

The goal of this project is to find out the fake access points opened by the WiFi pineapple device using the PineAP module and to prevent clients from being affected by initiating a deauthentication attack to the attacking device.
How PineAP Module Works
  • Collects SSID information
  • Creates SSID pool with collected SSID information
  • Creates fake access points using information in the SSID pool

Where is the problem?

  • One MAC address, more than one SSID information .... ..- -. - . .-.

Features of PiSavar

  • Detects PineAP activities
  • Detects networks opened by PineAP.
  • Starts deauthentication attack for PineAP.

Features to add

  • List of clients connected to fake access points
  • Record activities - Logging

Diagram

Usage

Requirements

  • Hardware: TP LINK TL-WN722N
  • Modules: scapy, time, termcolor, sys

Kali Linux:
Download pisavar:

git clone https://github.com/besimaltnok/PiSavar.git

Install Python librarie(s):





pip install termcolor

It's done!
Run the program with following command:
Monitor mode:

airmon-ng start interface(wlan0,wlan1) (Monitor mode)
[adsense size='1' ]
or 

ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up

Run:

cd PiSavar
python pisavar.py wlan0mon

Screenshots

 

Demo Video

Authors
This project is coded by Besim ALTINOK

Download PiSavar



Comments are closed.