fogmaster21 Posted June 13, 2020 Share Posted June 13, 2020 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 More sharing options...
Irukandji Posted June 13, 2020 Share Posted June 13, 2020 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 More sharing options...
Darren Kitchen Posted June 14, 2020 Share Posted June 14, 2020 @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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.