All Projects → WiPi-Hunter → Pifinger

WiPi-Hunter / Pifinger

Licence: gpl-3.0
📡🔍Searches for wifi-pineapple traces and calculate wireless network security score 🍍

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pifinger

Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (+20.14%)
Mutual labels:  wifi, scapy
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (-10.07%)
Mutual labels:  wifi
Ltsupportautomotive
An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.
Stars: ✭ 111 (-20.14%)
Mutual labels:  wifi
Ipv6tools
IPv6Tools is a robust modular framework that enables the ability to visually audit an IPv6 enabled network.
Stars: ✭ 120 (-13.67%)
Mutual labels:  scapy
Routerypi
📶 RouteryPi is a simple WiFi access point made out of any Raspberry Pi 🥧
Stars: ✭ 113 (-18.71%)
Mutual labels:  wifi
Barcode To Pc App
Barcode to PC app
Stars: ✭ 121 (-12.95%)
Mutual labels:  wifi
Wifinian
A Windows desktop tool to enable user to actively control Wi-Fi connections
Stars: ✭ 108 (-22.3%)
Mutual labels:  wifi
Goprowifihack
Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Stars: ✭ 1,808 (+1200.72%)
Mutual labels:  wifi
Luatos
合宙LuatOS -- Lua base RTOS, build for many embedded systems. LuatOS是运行在嵌入式硬件的实时操作系统
Stars: ✭ 124 (-10.79%)
Mutual labels:  wifi
1btn
1btn (one button) uses the internet to complete a task with the simple, satisfying click of a single button. It connects to the internet over Wi-Fi to trigger whatever action you have assigned to it using a simple, online interface. One click, one task. It’s that simple. Unlike many other “Internet of Things” devices, 1btn does not maintain a continuous connection to the internet. Instead, it sleeps until it is pressed, then it connects to the internet, performs the assigned task, tells you the outcome via its multi-colored LEDs, and then returns to rest.
Stars: ✭ 117 (-15.83%)
Mutual labels:  wifi
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-15.83%)
Mutual labels:  wifi
Mitmap
📡 A python program to create a fake AP and sniff data.
Stars: ✭ 1,526 (+997.84%)
Mutual labels:  wifi
Roguehostapd
Hostapd fork including Wi-Fi attacks and providing Python bindings with ctypes.
Stars: ✭ 123 (-11.51%)
Mutual labels:  wifi
Spoof
Easily spoof your MAC address in macOS, Windows, & Linux!
Stars: ✭ 1,541 (+1008.63%)
Mutual labels:  wifi
Coffeefy
스타벅스 Wifi 자동접속 맥 애플리케이션
Stars: ✭ 128 (-7.91%)
Mutual labels:  wifi
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+1269.78%)
Mutual labels:  wifi
Deskreen
Deskreen turns any device with a web browser into a secondary screen for your computer
Stars: ✭ 12,014 (+8543.17%)
Mutual labels:  wifi
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-12.23%)
Mutual labels:  wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+0%)
Mutual labels:  wifi
Socketdemo
创建热点发送文件,让另一台手机连接热点接收文件
Stars: ✭ 129 (-7.19%)
Mutual labels:  wifi

                        _______   _   ________  _                                  
                        |_   __ \ (_) |_   __  |(_)                                 
                          | |__) |__    | |_ \_|__   _ .--.   .--./) .---.  _ .--.  
                          |  ___/[  |   |  _|  [  | [ `.-. | / /'`\;/ /__\[ `/'`\] 
                         _| |_    | |  _| |_    | |  | | | | \ \._//| \__., | |     
                        |_____|  [___]|_____|  [___][___||__].',__`  '.__.'[___]    
                                                            ( ( __))    

                         [---]   Just for fun and security @octosec    [---]
                         [---]   W:besimaltinok.com | T:altnokbesim    [---]
                         [---]                G:besimaltnok            [---]
                         ---------------------------------------------------

About Project

The purpose of this project is to determine whether the network we are connected for 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 ( #f03c15 Wireless Security Score) (time, mac, ssid, score, is_pineapple)

Used Techinuques

WiFi-Pineapple Network Detection Techniques

A Chinese proverb says:
"If attackers are accessing systems using default settings, 
we too can catch them with the default settings in their software and hardware."
  • 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

Features to add

  • Windows version
  • Full automatic analysis
  • New wifi_score and pineapple analysis 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 following command:

Run:

cd PiFinger/Linux
python pifinger.py

Screenshots

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].