All Projects → ossiozac → Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

ossiozac / Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

Licence: MIT license
A £10 Rubber Ducky USB HID! A USB device which emulates a keyboard and automates key entry.

Projects that are alternatives of or similar to Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

USB-Rubber-Ducky-App
🐣 Windows GUI for USB Rubber Ducky
Stars: ✭ 63 (-69.57%)
Mutual labels:  rubber-ducky, hak5
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (-61.35%)
Mutual labels:  rubber-ducky
pizero-webcam-tutorial
A step-by-step tutorial for setting up a Raspberry Pi Zero W computer as a webcam
Stars: ✭ 25 (-87.92%)
Mutual labels:  raspberry-pi-zero
Wall-of-Shame
A framework for capturing user credentials and sensitive device information.
Stars: ✭ 57 (-72.46%)
Mutual labels:  hak5
QuickUACk
🐤 Some of my antiUAC Scripts for Rubbber Ducky 🐤
Stars: ✭ 22 (-89.37%)
Mutual labels:  rubber-ducky
HIDAAF
Python - Human Interface Device Android Attack Framework
Stars: ✭ 31 (-85.02%)
Mutual labels:  hak5
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (-25.12%)
Mutual labels:  hak5
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (-31.88%)
Mutual labels:  raspberry-pi-zero
magic-mirror-raspbian-lite
Magic Mirror for Raspbian Lite (works with Raspberry Pi Zero)
Stars: ✭ 25 (-87.92%)
Mutual labels:  raspberry-pi-zero
hyper-pi
Making a usable handheld device using a Raspberry Pi Zero and a HyperPixel 4" capacitive touch screen.
Stars: ✭ 42 (-79.71%)
Mutual labels:  raspberry-pi-zero
raspiApWlanScripts
Wifi station/AP mode scripts
Stars: ✭ 24 (-88.41%)
Mutual labels:  raspberry-pi-zero
rospberrypi
Everything you need to set up ROS Melodic on the Raspberry Pi Zero / W
Stars: ✭ 33 (-84.06%)
Mutual labels:  raspberry-pi-zero
homeberry
HomeBerry is an Android remote control app for your Raspberry PI
Stars: ✭ 31 (-85.02%)
Mutual labels:  raspberry-pi-zero
OP1GO
Ultraportable backups for Teenage Engineering's OP-1
Stars: ✭ 34 (-83.57%)
Mutual labels:  raspberry-pi-zero
white-vest
White Vest is a project for collecting, logging, emitting, and visualizing telemetry from a model rocket containing an inboard Raspberry Pi Zero with an Arduino receiving telemetry.
Stars: ✭ 28 (-86.47%)
Mutual labels:  raspberry-pi-zero
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-90.82%)
Mutual labels:  raspberry-pi-zero
raspi ws2812
A kernel module able to run as many WS2812 strips as there are GPIO pins on Raspberry Pi Zero
Stars: ✭ 35 (-83.09%)
Mutual labels:  raspberry-pi-zero
droidducky-app
Android app to run duckyscript
Stars: ✭ 34 (-83.57%)
Mutual labels:  rubberducky
malduino scripts
Some Malduino ducky scripts
Stars: ✭ 24 (-88.41%)
Mutual labels:  rubberducky

Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

Version 1.1

A £10 Rubber Ducky USB HID!

Introduction

   _      _      _         USB         _      _      _
   __(.)< __(.)> __(.)=   Duck-    >(.)__ <(.)__ =(.)__
   \___)  \___)  \___)    Berry!    (___/  (___/  (___/ 

The USB Rubber Ducky is a Human Interface Device programmable with a simple scripting language allowing penetration testers to quickly and easily craft and deploy security auditing payloads that mimic human keyboard input. Tools and payloads can be found at usbrubberducky.com. Quack!

DuckBerry Pi is a Raspberry Pi distro. based on Minibian which allows the Raspberry Pi Zero to behave similar to a USB Rubber Ducky: a small device USB device which emulates a keyboard and automates key entry. Ducky scripts (uncompiled) which are made for the USB Rubber Ducky can be used with the Duckyberry Pi without modification. This can be useful for automating computer tasks, penetration testing machines, playing pranks, or just fun (by default plugging in an untouched Duckberry Pi image will open a Youtube video). Since it is recognised as a standard keyboard, this tool is compatible with Windows, Mac OS, Linux, Android, PlayStation 4, and anything that supports a USB keyboard.

Getting Started

These instructions will help you setup and install your own Duckberry

Installation

  1. Download the ISO for Rasbian Lite 2016-02-29 Other versions may work but I have only tested with this.

  2. Burn the ISO to the Micro SD Card - if you can't do this, Google can help!

  3. Version 1 includes a setup script that automates the setting up from version 0.5. Download this using wget.

    wget https://raw.githubusercontent.com/ossiozac/Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi/master/duckysetup.sh
  4. Make the script executable

        chmod +x duckysetup.sh
  5. Run the script

        sudo ./duckysetup.sh

Using Duckberry

  1. Turn off the PI, plug it into the target host machine via USB cable in the peripheral micro USB port, NOT THE POWER PORT. A power cord is not required as the Pi Zero will take power directly from the host machine.

  2. Watch the script execute on the host machine - You may have to plug it in twice, the first time installs drivers.

  3. Once the default script runs you can unplug and take the SD card out of the PI, plug it into any machine with a USB SD card adaptor and then change /boot/payload.dd file to any DuckyScript Payload. This is what file the Pi will inject into the target device.

Duckyscript

There are lots of ready made ducky scripts here and you can make your own with this generator. Just make sure you use uncompiled Ducky Script .dd extension not .bin.

A .dd file is a standard .txt file with the extension chanaged. To clear up some confusion, the DuckToolKit will give you an option to download a compiled inject.bin file or a duckycode.txt file. You need to download the duckycode.txt file and change the name/extension to payload.dd and then put it in the /boot part of the SD card so that the Pi can load and run the script.

Credits

Authors: Jeff L. Dee-oh-double-gee Theresalu Ossiozac

Credits to Original Authors: DroidDucky by Andrej Budincevic (https://github.com/anbud/DroidDucky) hardpass by girst (https://github.com/girst/hardpass)

MIT License

Copyright (c) [2018] [Zac Henry Orehawa]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].