Skip to content

frogCaller/pwnagotchi-rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pwnagotchi Rover

tinySetup1

Transform your pwnagotchi sidekick into a cyber deck rover!

Remember to use your Pwnagotchi responsibly and in compliance with ethical standards and legal regulations. Happy hacking!

Bill of Materials

Amazon links:

Installations

  1. OS install:

    • Raspberry Pi Zero WH - Pwnagotchi
    • Raspberry Pi 3 - Pwnagotchi
    • Raspberry Pi 4 - Your preferred OS.
      (We went with Pi OS Lite 64-bit)
  2. Install hashcat on Raspberry Pi 4:

    sudo apt update && sudo apt upgrade -y
    sudo apt install hashcat -y
    sudo apt install hcxtools -y
    

    Benchmark:

    hashcat -m 22000 --benchmark
    

    Hashcat Cracking:
    More info

  3. Install 3.5-inch display Driver (on Raspberry Pi 4)

    sudo rm -rf LCD-show
    git clone https://github.com/goodtft/LCD-show.git
    chmod -R 755 LCD-show
    cd LCD-show/
    sudo ./LCD35-show
    

    (if you want to revert back to HDMI)

    cd LCD-show/
    sudo ./LCD-hdmi
    

    More info



Note: The provided links are amazon affiliate links, and if you make a purchase through them, I may earn a small commission at no additional cost to you.

About

Transform your pwnagotchi sidekick into a cyber deck rover!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors