Ubuntu/Debian:
sudo apt update
sudo apt install kismet
CentOS/RHEL:
sudo yum install kismet
Launch Kismet:
sudo kismet
Start Capturing Packets:
Select a source and click "Start"
Stop Capturing Packets:
Click "Stop"
Edit Configuration File:
sudo nano /etc/kismet/kismet.conf
Set Interface:
ncsource=wlan0
Select Data Source:
Go to Data Source -> Select Source
Start Capture:
Click "Start"
View Networks:
Go to Networks tab
View Devices:
Go to Devices tab
View Packets:
Go to Packets tab
Filter by SSID:
Enter SSID in the filter box
Filter by MAC Address:
Enter MAC address in the filter box
Save Capture File:
File -> Save As...
Export Data:
File -> Export...
GPS Integration:
Configure GPS in kismet.conf
Scripting and Automation:
Use Kismet's scripting capabilities for automation
Check Kismet Version:
kismet --version
Debugging Output:
sudo kismet --debug
Verbose Output:
sudo kismet --verbose