A Wi-Fi probe request analyzer that helps track and analyze wireless devices in your area to help you determine if you're being followed. Built with Python, it integrates with Kismet for packet capture and WiGLE for SSID geolocation.
- Real-time monitoring of Wi-Fi probe requests
- Time-window based device tracking (5, 10, 15, and 20 minute windows)
- WiGLE API integration for SSID location lookups
- MAC address and SSID filtering via ignore lists
- GUI interface for easy operation
- Detailed logging and analysis
- Python 3.6+
- Kismet
- Wi-Fi adapter supporting monitor mode
- Linux-based system
- WiGLE API key (optional)
- Install dependencies:
pip3 install -r requirements.txt
- Configure
config.json
with your paths and settings - Launch the GUI:
python3 cyt_gui.py
- Use GUI buttons to:
- Check monitor mode status
- Create/delete ignore lists
- Start monitoring
Start monitoring:
python3 chasing_your_tail.py
Analyze collected data:
python3 probe_analyzer.py [--local]
Edit config.json
to set:
- Log file locations
- Time windows for tracking
- WiGLE API key
- Geographic search boundaries
- https://www.youtube.com/watch?v=1SmpgkE67Hc
- https://www.youtube.com/watch?v=YRZq4PoaWeU
- https://www.youtube.com/watch?v=nzCiOFJxbz4
- https://www.youtube.com/watch?v=7nSFcdZ2TBo
@matt0177
Kismet for being amazing @Singe for the same reason
MIT License