Skip to content

nbdy/pwnpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published