This tutorial walks through the steps to install kismet on the WiFi Pineapple Mark V turning it into a battery powered compact wardriving / warwalking machine.
Boot up the pineapple, connect in client mode to an AP that has internet, and format your SD card.
$ ssh -l root 172.16.42.1
# opkg update # opkg install kismet-server
# vim /etc/kismet/kismet.conf
logprefix=/sd/.kismet ncsource=wlan1 listen=tcp://0.0.0.0:2501 allowedhosts=0.0.0.0 gps=false logtemplate=%p%n-%D-%i.%l
# mkdir /sd/.kismet
# ifconfig wlan1 down # iwconfig wlan1 mode monitor # ifconfig wlan1 up # kismet_server