Wireless Attacks
Kismet is a wireless network and device detector, sniffer, wardriving tool, and wireless IDS. It works passively with WiFi, Bluetooth, and other wireless protocols.
sudo apt install kismet
kismet
Kismet is one of the oldest and most capable wireless network detection tools available. Unlike active scanners, Kismet operates passively by listening to wireless traffic without transmitting, making it ideal for stealth reconnaissance and network mapping.
It supports a wide range of wireless hardware including standard WiFi adapters, Bluetooth LE devices, and Software Defined Radio (SDR) platforms like the HackRF and RTL-SDR. Kismet can detect networks, devices, and clients across multiple wireless protocols simultaneously.
Modern Kismet features a browser-based server architecture that allows remote monitoring and data visualization through a web dashboard. It is the standard tool for wardriving, wireless intrusion detection, and wireless security research.
kismetStart Kismet with the web-based UI on default port 2501kismet -c wlan0Start Kismet capturing from the wlan0 interfacekismet -c wlan0monCapture from a monitor-mode interface named wlan0monkismet -c wlan0:name=recon1Attach a source with a custom human-readable namekismet -c wlan0:channel=6Lock the capture source to channel 6kismet -c wlan0:channels="1,6,11"Restrict channel hopping to channels 1, 6, and 11kismet -c wlan0:hop=falseDisable channel hopping and stay on the current channelkismet -c wlan0:hoprate=5Set the channel hop rate to 5 hops per secondkismet -c wlan1 -c wlan2Attach multiple capture sources at oncekismet -t sitesurveySet the base title used for log fileskismet -p /root/kismet-logsWrite log files to a specific directorykismet -nRun without logging (do not write any log files)kismet --log-types kismet,pcapngChoose which log types to producekismet --daemonizeFork Kismet into the background as a daemonkismet --override wardriveLaunch using the built-in wardrive configuration overrideMap wireless networks and access points while moving through an area using GPS-tagged data collection.
Detect and enumerate Bluetooth Low Energy devices in proximity for IoT security assessments.
Capture and analyze signals from software-defined radio hardware for RF security research.
Monitor for rogue access points, deauthentication attacks, and unusual wireless activity on your network.
Capture wireless packets for offline analysis and handshake extraction in PCAP format.
Passively discover hidden networks, non-beaconing access points, and associated clients.
The browser-based dashboard visualizes all intercepted signals, organizing them by access points, connected clients, and extraneous Bluetooth devices.
This tool is designed for authorized security testing, educational purposes, and legitimate network administration only. Unauthorized access to computer systems is illegal.