LinuxCommandLibrary

kismet

wireless sniffer and monitor

TLDR

Capture packets from a specific wireless interface

$ sudo kismet -c [wlan0]
copy


Monitor multiple channels on a wireless interface
$ sudo kismet -c [wlan0,wlan1] -m
copy


Capture packets and save them to a specific directory
$ sudo kismet -c [wlan0] -d [path/to/output]
copy


Start Kismet with a specific configuration file
$ sudo kismet -c [wlan0] -f [path/to/config.conf]
copy


Monitor and log data to an SQLite database
$ sudo kismet -c [wlan0] --log-to-db
copy


Monitor using a specific data source
$ sudo kismet -c [wlan0] --data-source=[rtl433]
copy


Enable alerts for specific events
$ sudo kismet -c [wlan0] --enable-alert=[new_ap]
copy


Display detailed information about a specific AP's packets
$ sudo kismet -c [wlan0] --info [BSSID]
copy

SYNOPSIS

kismet [OPTION]

DESCRIPTION

Nearly all of these options are run-time overrides for values in the kismet.conf configuration file. Permanent changes should be made to the configuration file.

GENERIC OPTIONS

-v, --version Show version --no-console-wrapper Disable server console wrapper --no-ncurses-wrapper Disable server console wrapper --debug Disable the console wrapper and the crash handling functions, for debugging -f, --config-file Use alternate configuration file --no-line-wrap Turn of linewrapping of output (for grep, speed, etc) -s, --silent Turn off stdout output after setup phase --daemonize Spawn detached in the background --no-plugins Do not load plugins --homedir Use an alternate path as the home directory instead of the user entry --confdir Use an alternate path as the base config directory instead of the default set at compile time --datadir Use an alternate path as the data directory instead of the de‐ fault set at compile time.

LOGGING OPTIONS

-T, --log-types Override activated log types -t, --log-title Override default log title -p, --log-prefix <prefix> Directory to store log files -n, --no-logging Disable logging entirely</p> </div> <h2 onclick="togglePanel(this)" class="accordion-button active"><a href="/man/kismet#device-tracking-options" id="device-tracking-options">DEVICE TRACKING OPTIONS</a></h2> <div class="panel"> <p>--device-timeout=n Expire devices after N seconds</p> </div> <h2 onclick="togglePanel(this)" class="accordion-button active"><a href="/man/kismet#see-also" id="see-also">SEE ALSO</a></h2> <div class="panel"> <p>The full documentation for Kismet is maintained in a separate package kismet-docs. More information here: https://www.kismetwire‐ less.net/docs</p> </div> <button onclick="toggleAll(this)" class="toggle-all-button">COLLAPSE ALL</button></div> <div class="tooltip"><b>Copied to clipboard</b></div> <div style="text-align: center;"><a href="https://coindodo.io/stge" target="_blank"><img style="max-width: calc(100% - 4px);" src="/images/af/stge.webp" loading="lazy" width="800"></a></div> <div id="filler"></div> <footer>All man pages are copyrighted by their respective authors. Thanks to <a target="_blank" rel="noopener" href="https://github.com/tldr-pages/tldr">TLDR</a> and <a target="_blank" rel="noopener" href="https://www.commandlinefu.com">commandlinefu.com</a><br> <div style="display: flex;flex-wrap: wrap;align-items: center;justify-content: center;">Simon Schubert - info@linuxcommandlibrary.com </div> <a href="https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca" style="margin-right: 4px;" target="_blank" rel="noopener"><img src="/images/google-play-download.svg" alt="Google Play Store" class="download-icon" width="169" height="50"></a><a href="https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca" style="margin-left: 4px;" target="_blank" rel="noopener"><img src="/images/f-droid-download.png" alt="F-Droid Store" class="download-icon" width="168" height="50"></a> <div style="width: 100%; justify-content: center; padding-top: 6px; display: flex; align-items: center; gap: 6px;">My other projects: <div class="project"><a href="https://coindodo.io" target="_blank" rel="noopener"><img src="/images/project-coindodo.webp" alt="coindodo.io" width="30" height="30"></a></div> </div> </footer> <script src="/scripts/man.js?v=10" defer="defer"></script> </body> </html>