Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 855 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 855 Bytes

pwnpy

wardriving tool

features:

show and tell

asciicast

how to...

.. install

pip3 install pwnpy

...use it

pwnpy -c config.json

... use the WiFi module without root

# set capabilities for our python executable
setcap cap_net_raw=eip /usr/bin/python3

... use the BT module without root

# add the pi user to the bluetooth group and reboot
sudo usermod -a -G bluetooth pi ; reboot