Snake Plissken Posted February 13 Share Posted February 13 Hello! I'm new in this forum, also I'm new using the Rubber Ducky. I was trying some examples and couldn't make them work. I realized there was some missing or wrong symbols writteng instead of the ones in the payload. I have loaded the correct es.json. I have bee investigating and finally made one .json that works for me! I would like to share my version, and I would appreciate feedback, if it is useful to someone else. { "0": "00,00,27", "1": "00,00,1e", "2": "00,00,1f", "3": "00,00,20", "4": "00,00,21", "5": "00,00,22", "6": "00,00,23", "7": "00,00,24", "8": "00,00,25", "9": "00,00,26", "__comment": " ", "a": "00,00,04", "b": "00,00,05", "c": "00,00,06", "d": "00,00,07", "e": "00,00,08", "f": "00,00,09", "g": "00,00,0a", "h": "00,00,0b", "i": "00,00,0c", "j": "00,00,0d", "k": "00,00,0e", "l": "00,00,0f", "m": "00,00,10", "n": "00,00,11", "o": "00,00,12", "p": "00,00,13", "q": "00,00,14", "r": "00,00,15", "s": "00,00,16", "t": "00,00,17", "u": "00,00,18", "v": "00,00,19", "w": "00,00,1a", "x": "00,00,1b", "y": "00,00,1c", "z": "00,00,1d", "ENTER": "00,00,28", "ESC": "00,00,29", "ESCAPE": "00,00,29", "TAB": "00,00,2b", " ": "00,00,2c", "SPACE": "00,00,2c", "'": "00,00,2d", "+": "00,00,30", ",": "00,00,36", ".": "00,00,37", "-": "00,00,38", "CAPSLOCK": "00,00,39", "F1": "00,00,3a", "F2": "00,00,3b", "F3": "00,00,3c", "F4": "00,00,3d", "F5": "00,00,3e", "F6": "00,00,3f", "F7": "00,00,40", "F8": "00,00,41", "F9": "00,00,42", "F10": "00,00,43", "F11": "00,00,44", "F12": "00,00,45", "PRINTSCREEN": "00,00,46", "SCROLLLOCK": "00,00,47", "BREAK": "00,00,48", "PAUSE": "00,00,48", "INSERT": "00,00,49", "HOME": "00,00,4a", "PAGEUP": "00,00,4b", "DEL": "00,00,4c", "DELETE": "00,00,4c", "END": "00,00,4d", "PAGEDOWN": "00,00,4e", "RIGHT": "00,00,4f", "RIGHTARROW": "00,00,4f", "LEFT": "00,00,50", "LEFTARROW": "00,00,50", "DOWN": "00,00,51", "DOWNARROW": "00,00,51", "UP": "00,00,52", "UPARROW": "00,00,52", "<": "00,00,64", "APP": "00,00,65", "MENU": "00,00,65", "ALT-TAB": "00,00,71", "CONTROL": "01,00,00", "CTRL": "01,00,00", "SHIFT": "02,00,00", "A": "02,00,04", "B": "02,00,05", "C": "02,00,06", "D": "02,00,07", "E": "02,00,08", "F": "02,00,09", "G": "02,00,0a", "H": "02,00,0b", "I": "02,00,0c", "J": "02,00,0d", "K": "02,00,0e", "L": "02,00,0f", "M": "02,00,10", "N": "02,00,11", "O": "02,00,12", "P": "02,00,13", "Q": "02,00,14", "R": "02,00,15", "S": "02,00,16", "T": "02,00,17", "U": "02,00,18", "V": "02,00,19", "W": "02,00,1a", "X": "02,00,1b", "Y": "02,00,1c", "Z": "02,00,1d", "!": "02,00,1e", "¡": "00,00,2e", "\"": "02,00,1f", "$": "02,00,21", "%": "02,00,22", "&": "02,00,23", "/": "02,00,24", "(": "02,00,25", ")": "02,00,26", "=": "02,00,27", "?": "02,00,2d", "¿": "02,00,2e", "^": "02,00,2f", "*": "02,00,30", ";": "02,00,36", ":": "02,00,37", "_": "02,00,38", ">": "02,00,64", "CTRL-SHIFT": "03,00,00", "ALT": "04,00,00", "CTRL-ALT": "05,00,00", "ALT-SHIFT": "06,00,00", "COMMAND": "08,00,00", "GUI": "08,00,00", "WINDOWS": "08,00,00", "COMMAND-OPTION": "12,00,00", "|": "40,00,1e", "@": "40,00,1f", "#": "40,00,20", "~": "40,00,21", "[": "40,00,2f", "]": "40,00,30", "\\": "40,00,35", "{": "40,00,34", "}": "40,00,31", "º": "00,00,35", "Ç": "02,00,31", "ç": "00,00,31", "ñ": "00,00,33", "Ñ": "02,00,33", "´": "04,00,34", "·": "02,00,20", "¨": "02,00,34", "€": "40,00,08", "`": "00,00,2f", "¬": "40,00,23", "COMMAND-CTRL-SHIFT": "42,00,30", "COMMAND-CTRL": "42,00,30", "COMMAND-OPTION-SHIFT'": "42,00,30" } Quote Link to comment Share on other sites More sharing options...
Solution dark_pyrro Posted February 13 Solution Share Posted February 13 (edited) You could do a pull request on GitHub and submit your updated version https://github.com/hak5/usbrubberducky-payloads/tree/master/languages Edited February 13 by dark_pyrro 1 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.