Jump to content

Rubber Ducky Windows OOBE


SelfTaughtDude

Recommended Posts

Hi everyone,

I just got my RubberDucky to do some Windows Setup automation (yeah, boring stuff, no hacking sadly) and the first thing I want to do is to run cmd while being in the Windows Out Of Box Experience (OOBE). You can open the cmd with the combination Shift + F10, however when I try to run SHIFT F10 from the Ducky, it doesn't open cmd. Is this Key Combo not supported or am I missing something here?

Thanks in advance for the help,

Patrick

Link to comment
Share on other sites

Windows has to install drivers to get the duck to work.  Are you sure they are being installed during the OOBE?  Can you get the duck to do anything during this?  Like type your name or anything?  If you can get it to do at least something then it's probably a timing issue.  Throw a few second delay at the beginning to make sure windows has time to load up the drivers.

Link to comment
Share on other sites

  • 5 months later...

@Xyvir Sorry I just noticed your post.  I don't visit here much anymore as the forums are pretty much dead.  😞

But here's the link that SelfTaughtDude was talking about:

https://github.com/hak5darren/USB-Rubber-Ducky/blob/master/Encoder/resources/keyboard.properties

Edited by Bob123
Trying to get the tag to work. (I'm a total n00b)
Link to comment
Share on other sites

Is that really the mentioned JSON file? Isn't it the Bash Bunny JSON file that is used along with the JS encoder for the Ducky?

https://downloads.hak5.org/ducky

https://github.com/hak5/bashbunny-payloads/tree/master/languages

Line 290 in the jsencoder html file, if using default lang (US)
change 'F10': '00,00,43' to 'F10': '02,00,43'

Or the line in one of the alternative lang files (json)
"F10":"00,00,43"
to
"F10":"02,00,43"
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...