From cb142d51aecb6fdf0da389f14f460c79df9ec7fe Mon Sep 17 00:00:00 2001 From: arrase Date: Wed, 12 Apr 2017 20:13:40 +0200 Subject: [PATCH] fix --- README.md | 46 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 0745933..862a917 100644 --- a/README.md +++ b/README.md @@ -9,57 +9,25 @@ A Keyboard emulator like Rubber Ducky build over Raspberry Pi Zero W * Expose configuration files over USB Flash disk emulation * Run payloads over bluetooth -### Configuration - -* 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 - -* 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 - - cat payloads-db/open_terminal/open_mint_terminal.dd payloads-db/backdoor/bind_shell.dd > onboot_payload/payload.dd - -* Flash drive options - - vim etc/raspiducky.conf - ### Help - # raspiducky.py + $ raspiducky.py -h - usage: raspiducky.py [-h] [--payload PAYLOAD] [--remote] [--address ADDRESS] - [--daemon {start,stop,restart}] + usage: raspiducky.py [-h] --payload PAYLOAD [--remote] [--address ADDRESS] - optional arguments: + optional arguments: -h, --help show this help message and exit --payload PAYLOAD, -p PAYLOAD Path to payload file --remote, -r Run payload on remote device --address ADDRESS, -a ADDRESS Remote device address - --daemon {start,stop,restart}, -d {start,stop,restart} - Run as daemon +### Configuration + +Read the [wiki](https://github.com/arrase/Raspiducky/wiki) for detailed instructions. + ### Resources: * Premade Ducky Scripts: https://github.com/hak5darren/USB-Rubber-Ducky/wiki