本项目的目标是找出使用PineAP模块的WiFi Pineapple设备所开放的伪造接入点,并通过向攻击设备发起去认证攻击来防止客户端受到影响。

One MAC address, more than one SSID information .... ..- -. - . .-. 
下载PiSavar:
git clone https://github.com/WiPi-Hunter/PiSavar.git
安装Python库:
pip install termcolor
完成!
使用以下命令运行程序:
监听模式:
airmon-ng start interface(wlan0,wlan1) (Monitor mode)
or
ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up
运行:
cd PiSavar
python pisavar.py -h

本项目由 Besim ALTINOK 编写