lukeswitz / CreepDetector

Detect Stalkers with Wardriving, using Python

Home Page:https://creepdetector.wtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreepDetector: Detect Stalkers with Wardriving!

This Python script detects if someone is following you, by using wardriving data to determine if a unique MAC address appears at multiple locations. This works by sniffing for Probe Requests, a type of WiFi frame that reveals networks you've joined in the past!

Tools

We use Jupyter Notebook for this proof-of-concept to visualize the data, and the Folium mapping library as well as Pandas for data analysis. You can try out this example in Google CoLab The data capture in this demo uses Kismet Wireless on a Raspberry Pi.

Snapshots

CreepDetector list in Jupyter Notebook table
Creep list generated in Jupyter Notebook

CreepDetector Map rendered in Folium
Rendered Creep map with Folium

Documentation

Detecting Stalkers over Wi-Fi Episode
Alex's Code Breakdown Episode

About

Detect Stalkers with Wardriving, using Python

https://creepdetector.wtf


Languages

Language:Jupyter Notebook 100.0%