/Creep-Detector

Skicar's Creep Detector with better map tiling in Google Colab

Primary LanguageJupyter Notebook

Creep Detector Using Kismet And Google Colab

Description

This project has been directly inspired from Skicar's Creep Detector but provides some extra features like better tiling, better visual cues in the form of tooltips and popups, etc. The notebook analyzes Kismet output files to map out the potentiaal suspicious targets and maps them onto a html file which is then served over a webserver.

Usage Open In Colab

Open this notebook in Google Colab followed by creating a folder in your Google Drive account by the name of Creep-Detector. There you can create a folder inside it to store your Kismet output files. However, remember to change the file locations in the notebook accordingly:

# Read files
tree = ET.parse('./gdrive/MyDrive/Creep-Detector/session_data/Kismet-20191011-18-31-55-1.netxml') 
gps_tree = ET.parse('./gdrive/MyDrive/Creep-Detector/session_data/Kismet-20191011-18-31-55-1.gpsxml')

On successfully running the notebook, you should have a map containing markers pointing to the spots where suspicious entitities were detected. It can also be accessed via a public link as given by colab.

Preview

Disclaimer

The inspiration for this project and the sample data has been derived from Skicar's Creep Detector