pip3 install -r requirements.txt# Migrate credentials to secure storage
python3 migrate_credentials.py
# Verify security hardening
python3 chasing_your_tail.py
# Should show: "🔒 SECURE MODE: All SQL injection vulnerabilities have been eliminated!"Edit config.json with your Kismet database path:
{
"kismet_db_path": "/path/to/your/kismet/*.kismet"
}# Start GUI interface
python3 cyt_gui.py
# Or run surveillance analysis directly
python3 surveillance_analyzer.py
# For demo with simulated GPS data
python3 surveillance_analyzer.py --demo- Reports: Check
surveillance_reports/for markdown and HTML files - Visualizations: Open
.kmlfiles fromkml_files/in Google Earth
- ✅ Spectacular KML Visualization - Professional Google Earth integration
- ✅ Multi-format Reports - Markdown, HTML, and KML outputs
- ✅ Security Hardened - SQL injection prevention, encrypted credentials
- ✅ GPS Integration - Automatic coordinate extraction from Kismet
- ✅ Multi-location Tracking - Detects devices following across locations
- ✅ Professional GUI - Enhanced Tkinter interface with analysis buttons
- README.md - Complete user documentation
- CLAUDE.md - Technical developer documentation
GitHub: https://github.com/matt0177/cyt