All Projects → Kismon → kismon

Kismon / kismon

Licence: BSD-3-Clause license
A GUI client for kismet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kismon

Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (-61.11%)
Mutual labels:  wifi, wardriving
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+115.28%)
Mutual labels:  wifi, kismet
eewids
Easily Expandable Wireless Intrusion Detection System
Stars: ✭ 25 (-65.28%)
Mutual labels:  wifi, kismet
warpi
"GUI" script running on a Raspberry Pi 4
Stars: ✭ 29 (-59.72%)
Mutual labels:  wardriving, kismet
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+2.78%)
Mutual labels:  openstreetmap
unifi2mqtt
Connect Ubiquiti UniFi controller to MQTT 📡
Stars: ✭ 66 (-8.33%)
Mutual labels:  wifi
python-wifi-survey-heatmap
A Python application for Linux machines to perform WiFi site surveys and present the results as a heatmap overlayed on a floorplan
Stars: ✭ 231 (+220.83%)
Mutual labels:  wifi
openfairdb
Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
Stars: ✭ 53 (-26.39%)
Mutual labels:  openstreetmap
MacOS-WPA-PSK
PoC script showing that MacOS leaves the wireless key in NVRAM, in plaintext and accessible to anyone.
Stars: ✭ 29 (-59.72%)
Mutual labels:  wifi
gazetteer
OSM ElasticSearch geocoder and addresses exporter
Stars: ✭ 93 (+29.17%)
Mutual labels:  openstreetmap
ohauth
Pure-browser OAuth for CORS-supporting sites like OpenStreetMap
Stars: ✭ 19 (-73.61%)
Mutual labels:  openstreetmap
luci-openwisp
OpenWISP configuration interface implemented as LuCI extensions
Stars: ✭ 21 (-70.83%)
Mutual labels:  wifi
Leaflet Example
🗺 An example of how to use Leaflet to create an interactive map.
Stars: ✭ 41 (-43.06%)
Mutual labels:  openstreetmap
adb-wifi-setting-manager
Control wifi connections on Android with adb
Stars: ✭ 31 (-56.94%)
Mutual labels:  wifi
beautified-JOSM-preset
Improved version of the JOSM presets
Stars: ✭ 38 (-47.22%)
Mutual labels:  openstreetmap
vectorpipe
Convert Vector data to VectorTiles with GeoTrellis.
Stars: ✭ 64 (-11.11%)
Mutual labels:  openstreetmap
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-72.22%)
Mutual labels:  wifi
react-native-google-nearby-messages
📲 Communicate with nearby devices using Bluetooth, BLE, WiFi and near-ultrasonic audio. Broadcast and receive small payloads (like strings) using the easy-to-use React Native API!
Stars: ✭ 143 (+98.61%)
Mutual labels:  wifi
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (-6.94%)
Mutual labels:  wifi
Osmunda
An offline geocode library for android, powered by SQLite, using osm data. 离线地理编码Android库,基于SQLite,使用开放街道地图数据。
Stars: ✭ 37 (-48.61%)
Mutual labels:  openstreetmap

Kismon

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

  • a live map of the networks
  • file import: netxml (kismet), csv (old kismet version), json (kismon)
  • file export: kmz (Google Earth) and all import formats
  • signal graph for each network
  • it can connect to multiple kismet servers simultaneously

Kismon Window

Dependencies

  • kismet
    • Kismon requires the Python module of kismet, it has to be installed for Python 3
  • osm-gps-map (>=1.0.2)
    • osm-gps-map is optional, the map will be disabled if it's missing
  • python3-gi, python3-cairo, python3-simplejson
  • GTK+ 3

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:

  • kismon 1.0.3
    • Kismet 2019-12-R2 - 2020-12-R3
  • kismon 1.0.2
    • Kismet 2019-12-R2 - 2020-03-R1
  • kismon 1.0.1
    • Kismet 2019-08-R1 - 2019-09-R1
  • kismon 1.0.0
    • Kismet 2019-01-beta2 - 2019-04-R1
  • kismon 0.9
    • Kismet 2011-01-R1 - 2016-07-R1
  • kismon 0.8
    • Kismet 2011-01-R1 - 2014-02-R1

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

  • Fullscreen: F11
  • Zoom in/out: Ctrl + "i"/"o"

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

Links

Author

Patrick Salecker [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].