https://github.com/keramas/pwnagotchiplayground
Some scripts for Pwnagotchi
https://github.com/keramas/pwnagotchiplayground
pwnagotchi
Last synced: 5 months ago
JSON representation
Some scripts for Pwnagotchi
- Host: GitHub
- URL: https://github.com/keramas/pwnagotchiplayground
- Owner: Keramas
- Created: 2020-01-11T23:51:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T02:33:48.000Z (about 5 years ago)
- Last Synced: 2025-04-05T22:51:12.248Z (6 months ago)
- Topics: pwnagotchi
- Language: Python
- Size: 80.1 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PwnagotchiPlayground
Suite of scripts to make Pwnagotchi data extraction and parsing easier.## Get Handshakes
Extracts all handshake data from Pwnagotchi. Dumps all hashes by type to aggregate file for easy cracking, and also zips all the handshakes to easy to export zip file.Dependencies:
- [cap2hccapx](https://hashcat.net/wiki/doku.php?id=hashcat_utils)
- [hcxpcaptool](https://github.com/ZerBea/hcxtools)### How to use
Within the script, modify the global variables at the top to suppoly proper paths to the above binaries, as well as paths to the SSH key for the Pwnagotchi. Depending on your Linux environment, modification of the regex for determining the Pwnagotchi interface may be required as well.Unless the user executing the script has permissions to modify interface settings, sudo execution will be necessary.
## WiGLE It
Uses the WiGLE API to hunt down the exact location of APs discovered by the Pwnagotchi. (A WiGLE API key is required.)Feed it the AP name/MAC address and a latitude and longitude range. If located, it will generate a Google Maps link.
### Modes
- Mode 0: Parses indicated directory of saved PCAP files and performs a search on all of the APs gathered.Use the /handshakes/eapol/ or /handshakes/pmkid/ directories after running the get_handshakes script.
(Warning: WiGLE API daily limitations may prevent this from finishing if there are too many files.)
- Mode 1: Looks up a single AP based on ESSID and BSSID.