![]() |
|
Hacking Software - Kismet - Printable Version +- (https://hackmyride.com/forum) +-- Forum: Automotive Hacking (https://hackmyride.com/forum/forumdisplay.php?fid=211) +--- Forum: Software (https://hackmyride.com/forum/forumdisplay.php?fid=447) +---- Forum: Penetration Testing (Pentest) (https://hackmyride.com/forum/forumdisplay.php?fid=448) +---- Thread: Hacking Software - Kismet (/showthread.php?tid=1605) |
Kismet - HackMaster - 03-18-2023 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 2022-08-R1 [/url] The latest stable Kismet release is 2022-08-R1 Initial introduction of 6e 6GHz support Significant memory improvements Significant performance improvements in dense environments Read the full release announcement here. Download the kismet-2022-08-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: Code: git clone https://www.kismetwireless.net/git/kismet.gitor to checkout from the Github mirror: Code: git clonehttps://github.com/kismetwireless/kismet.gitYou 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: Code: git clone https://www.kismetwireless.net/git/kismet-docs.gitor the Github mirror: Code: git clone https://github.com/kismetwireless/kismet-docs.gitKismet 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. Code: git clone https://www.kismetwireless.net/git/python-kismet-db.gitor the Github mirror: Code: git clone https://github.com/kismetwireless/python-kismet-db.gitpy-kismetrest module A utility python module for interacting with the Kismet REST endpoints Code: git clone https://www.kismetwireless.net/git/python-kismet-rest.gitor the Github mirror: Code: git clone https://github.com/kismetwireless/python-kismet-rest.gitpy-kismetexternal module A utility python module for creating Kismet datasources and external-helper plugins Code: git clone https://www.kismetwireless.net/git/python-kismet-external.gitor the Github mirror: Code: git clone https://github.com/kismetwireless/python-kismet-external.gitSpectools Spectools development code can be found in the spectools git at: Code: git clone https://www.kismetwireless.net/git/spectools.gitor you can download the Spectools-2016-01-R1 code release here Android PCAP [url=https://www.kismetwireless.net/download/#a-nameandroid-pcap-gitaandroid-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. Code: git clone https://www.kismetwireless.net/git/android-pcap.git |