Kismon / kismon

A GUI client for kismet
BSD 3-Clause "New" or "Revised" License
106 stars 20 forks source link
kismet openstreetmap wardriving wifi

Kismon

Kismon is GUI client for kismet (wireless scanner/sniffer/monitor) with several features:

Kismon Window

Dependencies

Kismet Compatibility

Be aware that kismon is starting with version 1.0 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/Kismon/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 the 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 kismon from the command line after you started kismet or click the the kismon icon in the menu of your desktop environment.

Hotkeys

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

Links

Author

Patrick Salecker mail@salecker.org

License

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