How to Backup Your Pwnagotchi (via imaging and SCPing PCAP files)
cyberspacemanmike cyberspacemanmike
4.12K subscribers
4,056 views
0

 Published On Aug 24, 2023

What’s likely better than a backup? An image! Also, how to enable OpenSSH Server on Windows 10 in order to SCP (Secure Copy) and backup PCAP files.
Hardware list (affiliate links):
Raspberry Pi Zero Wireless with header installation: https://amzn.to/3vJPtl9
Waveshare e-ink display: https://amzn.to/48KHcw4
Pisugar S Portable 1200 mAh battery: https://amzn.to/48X5T7T
Generic Micro SD w/ 16-32GBs storage capacity: https://amzn.to/47MCkF3
Oassuose OTG Cable Adapter: https://amzn.to/427IPBu
HiLetgo VK172 G-Mouse USB GPS/GLONASS USB GPS: https://amzn.to/4aZ2Ttz
Faux carabiner and ring: https://amzn.to/47IMqqL
Blue, glow-in-the-dark, Geeetech Luminous PLA: https://amzn.to/3S3tmOa

Backup: Intended for selective restoration of specific files or folders in case of data loss or corruption. Well-suited for everyday data protection and recovery.

Image: Designed for complete system recovery after a major system failure or when migrating to new hardware. Ideal for disaster recovery, system migration, or when setting up identical system configurations on multiple machines (there's also software that will reliably restore images to disparate hardware). It basically reincarnates your system in new hardware.

Secure copy command:

scp -r handshakes [email protected]:"C:\Users\YourWindowsUserName\Desktop\pcap"

*Note that this command is dependent on following the previous steps beginning at 1:54. Also note the backwards slashes in the path.

Thanks as always!

show more

Share/Embed