wardriving tool
- fully automatic
- modular
- LiPo SHIM
- you might want to use this
- 2.13 inch ePaper display
pip3 install pwnpy
pwnpy -c config.json
# set capabilities for our python executable
setcap cap_net_raw=eip /usr/bin/python3
# add the pi user to the bluetooth group and reboot
sudo usermod -a -G bluetooth pi ; reboot