Jump to content

Rubber Ducky Chromebook Enrollment


Recommended Posts

I have a script for Chromebook Enterprise enrollment for Rubber Ducky and I got everything working except the key combo for the enterprise enrollment. The CTRL-ALT E will not work? The keyboard layout is US English and it is a Lenovo Chromebook. Any ideas? Everything else works perfectly except this piece of it? 

Link to comment
Share on other sites

Every single device Hak5 sells has a dedicated section on the forums. Always check there before posting, and keep the questions in the right places. For Rubber Ducky go to : https://forums.hak5.org/forum/56-usb-rubber-ducky/

But there is docs page on Ducky Script. which is here: https://docs.hak5.org/hc/en-us/articles/360010555153-Ducky-Script-the-USB-Rubber-Ducky-language

And the bit is here

Quote

CONTROL or CTRL

The king of key-combos, CONTROL is all mighty.
CONTROL | BREAK, PAUSE, F1…F12, ESCAPE, ESC, Single Char | | CTRL | BREAK, PAUSE, F1…F12, ESCAPE, ESC, Single Char
CONTROL ESCAPE
REM this is equivalent to the GUI key in Windows

 

Link to comment
Share on other sites

@fogmaster21 I recommend using the official javascript encoder from https://shop.hak5.org/pages/ducky-encoder

If you manually specify a language file (json) and pick the us.json linked at https://github.com/hak5/bashbunny-payloads/tree/master/languages 

You will find that the following command will produce the appropriate scan code to inject the combination you want.

CTRL-ALT e

From the language file:

   "CTRL-ALT":   "05,00,00",
   "e":          "00,00,08",

So this will produce the scan code 05,00,08

I hope that helps.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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