Downloads
Kismet and related projects primary download page
Kismet Packages
You can get packages for the latest Kismet code for many distributions from the Kismet package repositories.
Kismet 2023-07-R1
The latest stable Kismet release is 2023-07-R1
Dark mode UI
Massive speed gains for processing on multicore systems
Many, many bug fixes and enhancements
Read the full release announcement here.
Download the kismet-2023-07-R1 source tarball here, or check out the tagged release from the Git repository
If you’re interested in the absolute latest development Kismet code, check out the git code, below.
Kismet git
Kismet uses git for code management; code under development is in the master
branch of the git repository, and the development of new features happens here.
While the development code may be unstable, generally it is quite usable, and may offer features and bug fixes which haven’t made it into a release version yet.
To get the latest code prior to release, check out the git master branch:
git clone https://www.kismetwireless.net/git/kismet.git
or to checkout from the Github mirror:
git clone https://github.com/kismetwireless/kismet.git
You can browse the development code via Github here
Nightly packages are also available, which are built for many distributions from the master
branch of git.
Kismet documentation
The Kismet documentation (in markdown/kramdown format used to generate the documentation for the website) is available as part of its own repository. This repository is linked as a sub-module in the Kismet git tree, or is available stand-alone at:
git clone https://www.kismetwireless.net/git/kismet-docs.git
or the Github mirror:
git clone https://github.com/kismetwireless/kismet-docs.git
Kismet Python modules
Kismet has several Python modules which help when scripting against the Kismet server or Kismet data; these modules are being spun into their own repositories for easier inclusion in PyPy and similar.
py-kismetdb database module
A utility Python module for processing the Kismetdb log file format and extracting devices, packets, messages, and the other data stored therein.
git clone https://www.kismetwireless.net/git/python-kismet-db.git
or the Github mirror:
git clone https://github.com/kismetwireless/python-kismet-db.git
py-kismetrest module
A utility python module for interacting with the Kismet REST endpoints
git clone https://www.kismetwireless.net/git/python-kismet-rest.git
or the Github mirror:
git clone https://github.com/kismetwireless/python-kismet-rest.git
py-kismetexternal module
A utility python module for creating Kismet datasources and external-helper plugins
git clone https://www.kismetwireless.net/git/python-kismet-external.git
or the Github mirror:
git clone https://github.com/kismetwireless/python-kismet-external.git
Spectools
Spectools development code can be found in the spectools git at:
git clone https://www.kismetwireless.net/git/spectools.git
or you can download the Spectools-2016-01-R1 code release here
Android PCAP
Android PCAP was an experiment in porting a Wi-Fi USB driver from Linux to the Android USB API; while funcitonal, this targets only a very old version of an old driver, and an old version of Android, making the code likely of academic interest only.
git clone https://www.kismetwireless.net/git/android-pcap.git