Skip to content

Instantly share code, notes, and snippets.

@AvasDream
Last active September 24, 2018 15:16
Show Gist options
  • Save AvasDream/394ce93ea383e055b2fa6bb5165aef9e to your computer and use it in GitHub Desktop.
Save AvasDream/394ce93ea383e055b2fa6bb5165aef9e to your computer and use it in GitHub Desktop.
P4wnPi Setup

Project

P4wnP1 is a highly customizable USB attack platform, based on a low cost Raspberry Pi Zero or Raspberry Pi Zero W (required for HID backdoor). Link to Repository

Intsallation

Copy image to sd card

dd if=<Source> of=<destination> bs=512 status=progress

Create ssh file in boot partition.

touch ssh

Connect your Pi with the USB Powerplug and also to the local Network via Lan. I am using Ethernet to USB and USB to Micro USB Adapter to achieve this.

Put in the Micro SD card and boot the raspberry pi.

After this follow the regular Instructions.

sudo apt-get -y install git
cd /home/pi
git clone --recursive https://github.com/mame82/P4wnP1
cd P4wnP1
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment