Uninspired Posted January 16, 2020 Share Posted January 16, 2020 How can I make a triple key combination? For example CTRL-SHIFT-T Quote Link to comment Share on other sites More sharing options...
Irukandji Posted January 17, 2020 Share Posted January 17, 2020 Hey, the info is here. https://docs.hak5.org/hc/en-us/articles/360010555153-Ducky-Script-the-USB-Rubber-Ducky-language Quote Link to comment Share on other sites More sharing options...
Darren Kitchen Posted February 6, 2020 Share Posted February 6, 2020 Adding any key combination is possible by editing the language file. Here's a quick how-to on adding CTRL-SHIFT-ENTER, as an example. 1. Download the official Hak5 JS Ducky Script encoder from https://downloads.hak5.org/ducky2. Download a keymap json file from the Hak5 github at https://github.com/hak5/bashbunny-payloads/tree/master/languages3. Edit the keyboard layout file downloaded in step 2 with a text editor and add the desired key map.For example:"CTRL-SHIFT-ENTER": "03,00,28",4. Save the modified keymap file5. Open the jsencoder.html file downloaded in step 1 from a browser6. Click Change Keyboard Layout7. Click Choose file, then select the file saved in step 48. Write your payload as normal, now using the newly created keyboard combo.For example:DELAY 3000GUI rDELAY 500STRING powershellCTRL-SHIFT-ENTERDELAY 1000ALT yDELAY 1000STRING echo hello worldENTERUse this technique to add any valid keyboard combination. This works similarly on the Bash Bunny by using the command QUACK KEYCODE 03,00,28 Quote Link to comment Share on other sites More sharing options...
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.