├── LICENSE ├── README.md ├── aftershake.py ├── iphone_gps.py ├── miyagi_v2.py ├── remote_cracking.py └── remote_cracking_server.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/README.md -------------------------------------------------------------------------------- /aftershake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/aftershake.py -------------------------------------------------------------------------------- /iphone_gps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/iphone_gps.py -------------------------------------------------------------------------------- /miyagi_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/miyagi_v2.py -------------------------------------------------------------------------------- /remote_cracking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/remote_cracking.py -------------------------------------------------------------------------------- /remote_cracking_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xentrify/custom-pwnagotchi-plugins/HEAD/remote_cracking_server.py --------------------------------------------------------------------------------