kismet分两个部分:kismet_server and kismet_client
Raspberry Pi 3 or ZeroW built-in Wi-Fi using standard drivers. The Broadcom
embedded firmware does not support monitor mode. It may be possible
to get it working with the Nexmon driver project, available at:
https://github.com/seemoo-lab/nexmon
The Kali distribution for the Raspberry Pi3 and Raspberry Pi 0W includes
the nexmon patches.
kismet_server component does the job of capturing, logging, and decoding wireless frames. Its configuration file is kismet.conf and it is located at /etc/kismet/ on Kali Linux. The kismet_client frontend is a ncurses-based interface that displays the detected APs, statistics, and network details.
The
location estimate of a device can be improved by circling the suspected
location.
File types to log, comma seperated. Built-in log file types:
# alert Text file of alerts
# gpsxml XML per-packet GPS log
# nettxt Networks in text format
# netxml Networks in XML format
# pcapdump tcpdump/wireshark compatible pcap log file
# string All strings seen (increases CPU load)
logtypes=pcapdump,gpsxml,netxml,nettxt,alert
giskismet -x Kismet*.netxml #(根据实际情况添) 这一步把kismet结果放到giskismet的数据库中:
giskismet -q “select * from wireless” -o output.kml #这一步把giskismet数据库中的记录导出成kml