All Projects → WiPi-Hunter → Pisavar

WiPi-Hunter / Pisavar

Licence: gpl-3.0
📡 🍍Detects activities of PineAP module and starts deauthentication attack (for fake access points - WiFi Pineapple Activities Detection)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pisavar

Algorithmictrading
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
Stars: ✭ 157 (-16.49%)
Mutual labels:  analysis
Ladybug Legacy
🐞 Ladybug is an environmental plugin for Grasshopper.
Stars: ✭ 169 (-10.11%)
Mutual labels:  analysis
Reanalyze
Experimental analyses for OCaml/ReScript: for globally dead values/types, exception analysis, and termination analysis.
Stars: ✭ 181 (-3.72%)
Mutual labels:  analysis
Wifi Deauth Attack
An automated script for deauthentication attack
Stars: ✭ 160 (-14.89%)
Mutual labels:  scapy
Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (-11.17%)
Mutual labels:  scapy
Sam
System Architecture Mapper
Stars: ✭ 176 (-6.38%)
Mutual labels:  analysis
Pastas
🍝 Pastas is an open-source Python framework for the analysis of hydrological time series.
Stars: ✭ 155 (-17.55%)
Mutual labels:  analysis
Ios Crash Dump Analysis Book
iOS Crash Dump Analysis Book
Stars: ✭ 158 (-15.96%)
Mutual labels:  analysis
Angr Utils
Handy utilities for the angr binary analysis framework, most notably CFG visualization
Stars: ✭ 169 (-10.11%)
Mutual labels:  analysis
Twitter Intelligence
Twitter Intelligence OSINT project performs tracking and analysis of the Twitter
Stars: ✭ 179 (-4.79%)
Mutual labels:  analysis
Gitinspector
📊 The statistical analysis tool for git repositories
Stars: ✭ 2,058 (+994.68%)
Mutual labels:  analysis
File Type
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
Stars: ✭ 2,386 (+1169.15%)
Mutual labels:  detect
Aubio
a library for audio and music analysis
Stars: ✭ 2,601 (+1283.51%)
Mutual labels:  analysis
Open Synthesis
Open platform for CIA-style intelligence analysis
Stars: ✭ 158 (-15.96%)
Mutual labels:  analysis
Helpdesk Guide
📖《桌维网管实典》主机与程控终端信息安全运维,IT方向速成就业入职
Stars: ✭ 183 (-2.66%)
Mutual labels:  analysis
Siem
SIEM Tactics, Techiques, and Procedures
Stars: ✭ 157 (-16.49%)
Mutual labels:  analysis
Lexical syntax analysis
编译原理词法分析器&语法分析器LR(1)实现 C++
Stars: ✭ 173 (-7.98%)
Mutual labels:  analysis
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+1486.17%)
Mutual labels:  detect
Application Insights Workbooks
Templates for Azure Monitor Workbooks
Stars: ✭ 180 (-4.26%)
Mutual labels:  analysis
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (-5.85%)
Mutual labels:  analysis

PiSavar - Detects PineAP module and starts deauthentication attack (for fake access points - WiFi Pineapple Activities Detection)

About Project

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?

  • #f03c15 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, argparse, commands, netifaces, logging

Kali Linux:

Download pisavar:

git clone https://github.com/WiPi-Hunter/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)

or 

ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up

Run:

cd PiSavar
python pisavar.py -h

Screenshots

Demo Video

Authors

This project is coded by Besim ALTINOK

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].