devintrowbridge / kismon

A GUI client for kismet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Kismon2

Kismon2 is a GUI client for kismet (wireless scanner/sniffer/monitor) forked from the original Kismon, with several features:

Kismon Window

Dependencies

Kismet Compatibility

Be aware that kismon starting with version 1.0 is not compatible with kismet servers running versions older than 2019-01-beta2.

Here is a list of the known compatibility:

Installation

$ sudo apt-get install git python3 python3-gi gir1.2-gtk-3.0 \
 gir1.2-gdkpixbuf-2.0 python3-cairo python3-simplejson \
 gir1.2-osmgpsmap-1.0
$ git clone https://github.com/devintrowbridge/kismon.git kismon
$ cd kismon
$ python3 setup.py build
$ sudo python3 setup.py install

Or just use make instead of the python commands.

# make install

Kismet Python module

The Python module of kismet isn't included in most Linux distributions and has to be installed manually.

$ git clone https://github.com/kismetwireless/python-kismet-rest.git
$ cd python-kismet-rest
$ sudo python3 setup.py install

Create Debian/Ubuntu package

$ sudo apt-get install make debhelper dh-python python3
$ make builddeb

Usage

Launch kismon2 from the command line after you've started kismet or click the the kismon2 icon in the menu of your desktop environment.

Hotkeys

Note: The GPS reciever needs to be setup before running kismon2 and kismet.

Links

Original Author

Patrick Salecker mail@salecker.org Fork: Devin Trowbridge && CrystalHeeler

License

This project is licensed under BSD, for more details check COPYING.