Skip to content

Root-Down-Digital/CreepDetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%