Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Apr 2, 2017
1 parent 2dd7957 commit bbf5ef1
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,34 @@ A Keyboard emulator like Rubber Ducky build over Raspberry Pi Zero

* Flash Raspbian
* Login as pi, use a screen over HDMI and a keyboard over usb port
* Connect the raspberry to internet over wifi
* Clone the repository

git clone https://github.com/arrase/Raspiducky.git

* Run install script

cd Raspiducky
chmod 777 install.sh
./install.sh

* Install a payload
* Delete the install folder and reboot

cd ..
rm -rf Raspiducky
sudo reboot

### First boot

When Raspiducky boots for first time the configuration is exposed over usb emulation

* Run a payload on boot

sudo cat payloads-db/open_terminal/open_mint_terminal.dd payloads-db/backdoor/bind_shell.dd > onboot_payload/payload.dd

* Flash drive options

sudo cat payloads/open_terminal/open_mint_terminal.dd payloads/backdoor/bind_shell.dd > /home/pi/config/onboot_payload/payload.dd
vim etc/raspiducky.conf

### Resources:

Expand Down

0 comments on commit bbf5ef1

Please sign in to comment.