https://github.com/nbdy/pwnpy
wardriving tool
https://github.com/nbdy/pwnpy
rpi wardriving zero
Last synced: 12 months ago
JSON representation
wardriving tool
- Host: GitHub
- URL: https://github.com/nbdy/pwnpy
- Owner: nbdy
- License: mit
- Created: 2019-04-15T18:38:50.000Z (almost 7 years ago)
- Default Branch: dataset
- Last Pushed: 2021-08-10T22:48:26.000Z (over 4 years ago)
- Last Synced: 2025-04-06T04:14:40.948Z (about 1 year ago)
- Topics: rpi, wardriving, zero
- Language: Python
- Homepage:
- Size: 2.52 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pwnpy
wardriving tool
### features:
- fully automatic
- [modular](https://github.com/nbdy/pwnpy/tree/master/modules)
- [LiPo SHIM](https://shop.pimoroni.com/products/lipo-shim)
- you might want to use [this](https://github.com/nbdy/clean-shutdown)
- [2.13 inch ePaper display](https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT_(B))
### show and tell
[](https://asciinema.org/a/299821)
### how to...
#### .. install
```shell
pip3 install pwnpy
```
#### ...use it
```shell script
pwnpy -c config.json
```
#### ... use the WiFi module without root
```shell
# set capabilities for our python executable
setcap cap_net_raw=eip /usr/bin/python3
```
#### ... use the BT module without root
```shell
# add the pi user to the bluetooth group and reboot
sudo usermod -a -G bluetooth pi ; reboot
```