Giter Club home page Giter Club logo

kismetuiplugin's Introduction

KismetUIPlugin

Pretty useful graphs for Kismet like below:

!

Installing

Python script developed and tested with python 3.9.2

Install Kismet then:

sudo apt-get install python3-pandas and python3-pandas-lib

pip install -r requirements.txt

By default this visualisation server runs on port 8050, change the line at the bottom of the python code if needed.

Using

./start.sh
./stop.sh

Put something like this in your cron file to restart every 24 hours and manage database growth:

0 0 * * * (cd /home/pi/Documents/KismetUIPlugin; bash ./stop.sh; bash ./start.sh)

User interface

You can interact with the graph (important as information may be hiding off the screen) as follows:

Mouse Feature
Wheel Zoom in and out
Left button Drag whole graph or specific nodes
Hover Node and edge information

You can interact with the menu as follows:

Label Explanation
Channel Select all or a specific channel seen, this list is updated dynamically by refreshing your browser (CTRL F5)
Graph type Choose what to graph
Kismet credentials username:password e.g. me:12345
Kismet URI Kismet API URI e.g. 192.168.1.50:2501
Rewind timeframe (s) How long back you will start to look, bigger values mean bigger graphs, and too small will yield nothing
Refresh Refresh the graph based on what you have
Reset Reset the graph back to defaults

Enjoy

kismetuiplugin's People

Contributors

joetester1965 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.