PiFinger: Searches for wifi-pineapple traces and calculate wireless network security score
PiFinger
About Project
The purpose of this project is to determine whether the network we are connected to is opened by Wifi-Pineapple. In addition, the tool analyzes the wireless networks you have previously connected and gives you a security score.
Features
- Is this network opened by pineapple?
- Have you been connected to insecure networks before?
- Logging (
Wireless Security Score
) (time, mac, ssid, score, is_pineapple)
Used Techniques
Usage (for Linux)
Requirements
- Modules: time, termcolor, sys, commands, interfaces, os
- OS: Kali, Ubuntu
- Python Version: 2.x
Download pifinger:
git clone https://github.com/besimaltnok/PiFinger.git
Install Python librarie(s):
pip install -r requirements.txt
It’s done!
Run the program with the following command:
Run:
WiFi-Pineapple Network Detection Techniques
- Manufacturer’s MAC address information
- Default HTTP Port (1471)
- Default hostname information for wifi-pineapple
Previous networks
- Analyzes the wireless networks you have previously connected
Copyright (C) 2017 besimaltnok
Source: https://github.com/WiPi-Hunter/