Lord C Posted August 21, 2017 Posted August 21, 2017 (edited) Hi guys, I've been playing around trying to create a Bluetooth version of Rubber Ducky working. Not sure how useful that would be, but I'm in the very early stages. Have been experimenting with this beauty:BBC micro:bit Most 11/12 year olds in the UK will have received one of these in school last year. The BBC ran a programme that allowed schools to apply for free micro:bits for all of Year 7 (6th grade). There's a friendly online interface to program them in Python, but you can actually compile C++ for these badboys. They're available for under £15 / $18: http://microbit.org/resellers/, hence making good little gadgets to mess around with for a BT Rubber Ducky. The micro:bit has a few pins available, a USB port, a small bluetooth antenna, it's very small and can be battery powered (or USB powered). On the front there are 15 LED lights and two buttons to play with: You can program the micro:bit to connect via Bluetooth, with little security (no PIN or anything). Then you can use the two buttons to send commands to the computer or smartphone. At the moment, I'm only able to send ASCII commands, so I've been mapping out the special commands in an ASCII/latin table. I haven't yet figured out how to use the Windows key, but I have managed to take a screenshot ("\x8C") and save a file with the name pwned ("\x99,s,pwned,\n"). Sample file available here, just drag and drop it onto your micro:bit, connect to 'ducky' via BT, the left button will take screenshots, the right button will save files.Code is available here, hopefully others will be able to assist with this experiment :). Edited August 21, 2017 by Lord C Quote
br0k3nilluzion Posted November 29, 2017 Posted November 29, 2017 here are other Bluetooth ducky clones.. https://github.com/michalmonday/supremeDuckhttps://github.com/chooka888/BluetoothDuckhttps://hackaday.io/project/27533-bluetooth-rubber-duck/#j-discussions-title Quote
br0k3nilluzion Posted March 2, 2018 Posted March 2, 2018 seems they have come out with some new oneshttps://www.aliexpress.com/item/Beetle-Virtual-Keyboard-Badusb-Development-Board-ATMEGA32U4-WIFI-ESP8266-ESP-12E-TF-Micro-SD-Card-Storage/32839570915.html?spm=2114.search0104.3.37.f04461b7UmloRv&ws_ab_test=searchweb0_0,searchweb201602_1_10152_10151_10065_10344_10130_10068_10324_10547_10342_10325_10546_10343_10340_10548_10341_10545_10084_10083_10618_10307_10313_10059_10534_100031_10103_10627_10626_10624_10623_10622_10621_10620,searchweb201603_25,ppcSwitch_5&algo_expid=4b8e12d4-0ad8-4d74-85f2-1a82bd65234e-5&algo_pvid=4b8e12d4-0ad8-4d74-85f2-1a82bd65234e&transAbTest=ae803_3&priceBeautifyAB=0https://www.amazon.com/gp/product/B0774S5P5T/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1 And then there is the Cactus WHIDhttps://www.aliexpress.com/item/Cactus-Micro-compatible-board-plus-WIFI-chip-esp8266-for-atmega32u4/32318391529.html Quote
Daffoet Posted June 20, 2023 Posted June 20, 2023 could you explain in further detail the way i'm supposed to set this up because don't fully understand it. Quote
dark_pyrro Posted June 20, 2023 Posted June 20, 2023 Any USB Rubber Ducky knock-off implementation should be discussed elsewhere. This forum section is about the "Classic" 1st generation USB Rubber Ducky from Hak5. Also, super old thread. Quote
Daffoet Posted June 20, 2023 Posted June 20, 2023 yes i know but i came across it and thought it would be fun to test it but i can't find a way to make it work, if it isn't too much trouble could you explain it to me (if you know) Quote
Varrisdom Posted January 25 Posted January 25 I mad a working micro:bit rubber ducky😀 and it is connect to the target via bluetooth So you need this extension on https://makecode.microbit.org/ this site :https://makecode.microbit.org/pkg/bsiever/microbit-pxt-blehid so with this you can make a rubber ducky And here is my code: https://makecode.microbit.org/S38331-86651-90815-48776 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.