https://github.com/andra-putra/tob-pwnagotchi
Personal modifications for Pwnagotchi
https://github.com/andra-putra/tob-pwnagotchi
bettercap pwnagotchi raspberrypi raspberrypizerowh
Last synced: 2 months ago
JSON representation
Personal modifications for Pwnagotchi
- Host: GitHub
- URL: https://github.com/andra-putra/tob-pwnagotchi
- Owner: andra-putra
- Created: 2024-01-09T11:24:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:01:25.000Z (6 months ago)
- Last Synced: 2025-01-08T17:29:45.219Z (4 months ago)
- Topics: bettercap, pwnagotchi, raspberrypi, raspberrypizerowh
- Homepage:
- Size: 2.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tob-pwnagotchi
Contains my config.toml file for my [pwnagotchi](https://github.com/evilsocket/pwnagotchi).Features:
- Inversed display colors (black background)
- Custom kaomoji
- Japanese language & Text
- Various pluginsPlugins: (TODO: add links to these)
- Bluetooth tethering to phone (bt-tether)
- Memory/CPU/Temperature monitor (memtemp)
- Blinking power lights (led)
- Automatic positioning tracker (net-pos)
- Quick dictionary attacks on handshakes (quickdic)
- Displays cracked password (display-password)
- Delete incomplete handshakes (aircrackonly)
- Session statistics (session-stats)
- Configure config.toml file through web UI (webcfg)
- Web GPS map of captured handshakes (webgpsmap)
- Download handshakes from web UI (handshakes-dl)# Hardware
(WIP)# Gallery


# Usage
Put the file in your pwnagotchi's SD card either by SCP or just directly accessing it (USB to microSD reader, etc.)## In your pwnagotchi
```
cp /etc/pwnagotchi/config.toml /etc/pwnagotchi/config.toml.bk # Makes backup of original config.toml file
```## In your PC
#### Using SCP on USB Ethernet
```
git clone https://github.com/andra-putra/tob-pwnagotchi
scp ./tob-pwnagotchi/config.toml [email protected] # Enter correct SSH credentials here. I'm assuming 10.0.0.2 if you connect via USB ethernet (check out pwnagotchi wiki)
```#### Using normal MicroSD card reader
```
lsblk # Find where your SD card is mounted
git clone https://github.com/andra-putra/tob-pwnagotchi
cp ./tob-pwnagotchi/config.toml /path/to/your/SDcard/etc/pwnagotchi/config.toml # Make sure you replace this with the correct path to your SD card
```