Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few useful tools and fixes in the de.json #61

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
327 changes: 327 additions & 0 deletions languages/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,327 @@
{
"__comment":"All numbers here are in hex format and 0x is ignored.",
"__comment":" ",
"__comment":"This list is in ascending order of 3rd byte (HID Usage ID).",
"__comment":" See section 10 Keyboard/Keypad Page (0x07)",
"__comment":" of document USB HID Usage Tables Version 1.12.",
"__comment":" ",
"__comment":"Definition of these 3 bytes can be found",
"__comment":" in section B.1 Protocol 1 (Keyboard)",
"__comment":" of document Device Class Definition for HID Version 1.11",
"__comment":" - byte 1: Modifier keys",
"__comment":" - byte 2: Reserved",
"__comment":" - byte 3: Keycode 1",
"__comment":" ",
"__comment":"Both documents can be obtained from link here",
"__comment":" http://www.usb.org/developers/hidpage/",
"__comment":" ",
"__comment":"A = LeftShift + a, { = LeftShift + [",
"__comment":" ",
"__comment":"German umlauts added by Simon Dankelmann",
"__comment":"CTRL-ALT+DEL, ARTGR, BACKSPACE and various shortcuts added by Mark B.",
"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",
"z":"00,00,1c",
"y":"00,00,1d",
"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",
"0":"00,00,27",
"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,30",
"#":"00,00,31",
"^":"00,00,35",
",":"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",
"Z":"02,00,1c",
"Y":"02,00,1d",
"!":"02,00,1e",
"\"":"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,30",
"'":"02,00,31",
";":"02,00,36",
":":"02,00,37",
"_":"02,00,38",
">":"02,00,64",
"CTRL-SHIFT":"03,00,00",
"ALT":"04,00,00",
"ALTGR":"40,00,00",
"CTRL-ALT":"05,00,00",
"CTRL-ALT-DELETE": "05,00,4c",
"ALT-SHIFT":"06,00,00",
"COMMAND":"08,00,00",
"GUI":"08,00,00",
"WINDOWS":"08,00,00",
"COMMAND-OPTION":"12,00,00",
"BACKSPACE":"00,00,2a",
"@":"40,00,14",
"{":"40,00,24",
"[":"40,00,25",
"]":"40,00,26",
"}":"40,00,27",
"\\":"40,00,2d",
"~":"40,00,30",
"|":"40,00,64",
"COMMAND-CTRL-SHIFT":"40,00,64",
"COMMAND-CTRL":"40,00,64",
"COMMAND-OPTION-SHIFT'":"40,00,64",
"ß":"00,00,2d",
"€":"40,00,08",
"§":"02,00,20",
"ä":"00,00,34",
"ö":"00,00,33",
"ü":"00,00,2f",
"Ä":"02,00,34",
"Ö":"02,00,33",
"Ü":"02,00,2f",
"CTRL-a":"01,00,04",
"CTRL-b":"01,00,05",
"CTRL-c":"01,00,06",
"CTRL-d":"01,00,07",
"CTRL-e":"01,00,08",
"CTRL-f":"01,00,09",
"CTRL-g":"01,00,0a",
"CTRL-h":"01,00,0b",
"CTRL-i":"01,00,0c",
"CTRL-j":"01,00,0d",
"CTRL-k":"01,00,0e",
"CTRL-l":"01,00,0f",
"CTRL-m":"01,00,10",
"CTRL-n":"01,00,11",
"CTRL-o":"01,00,12",
"CTRL-p":"01,00,13",
"CTRL-q":"01,00,14",
"CTRL-r":"01,00,15",
"CTRL-s":"01,00,16",
"CTRL-t":"01,00,17",
"CTRL-u":"01,00,18",
"CTRL-v":"01,00,19",
"CTRL-w":"01,00,1a",
"CTRL-x":"01,00,1b",
"CTRL-y":"01,00,1d",
"CTRL-z":"01,00,1c",
"CTRL-1":"01,00,1e",
"CTRL-2":"01,00,1f",
"CTRL-3":"01,00,20",
"CTRL-4":"01,00,21",
"CTRL-5":"01,00,22",
"CTRL-6":"01,00,23",
"CTRL-7":"01,00,24",
"CTRL-8":"01,00,25",
"CTRL-9":"01,00,26",
"CTRL-0":"01,00,27",
"CTRL-ALT-a":"05,00,04",
"CTRL-ALT-b":"05,00,05",
"CTRL-ALT-c":"05,00,06",
"CTRL-ALT-d":"05,00,07",
"CTRL-ALT-e":"05,00,08",
"CTRL-ALT-f":"05,00,09",
"CTRL-ALT-g":"05,00,0a",
"CTRL-ALT-h":"05,00,0b",
"CTRL-ALT-i":"05,00,0c",
"CTRL-ALT-j":"05,00,0d",
"CTRL-ALT-k":"05,00,0e",
"CTRL-ALT-l":"05,00,0f",
"CTRL-ALT-m":"05,00,10",
"CTRL-ALT-n":"05,00,11",
"CTRL-ALT-o":"05,00,12",
"CTRL-ALT-p":"05,00,13",
"CTRL-ALT-q":"05,00,14",
"CTRL-ALT-r":"05,00,15",
"CTRL-ALT-s":"05,00,16",
"CTRL-ALT-t":"05,00,17",
"CTRL-ALT-u":"05,00,18",
"CTRL-ALT-v":"05,00,19",
"CTRL-ALT-w":"05,00,1a",
"CTRL-ALT-x":"05,00,1b",
"CTRL-ALT-y":"05,00,1d",
"CTRL-ALT-z":"05,00,1c",
"CTRL-ALT-1":"05,00,1e",
"CTRL-ALT-2":"05,00,1f",
"CTRL-ALT-3":"05,00,20",
"CTRL-ALT-4":"05,00,21",
"CTRL-ALT-5":"05,00,22",
"CTRL-ALT-6":"05,00,23",
"CTRL-ALT-7":"05,00,24",
"CTRL-ALT-8":"05,00,25",
"CTRL-ALT-9":"05,00,26",
"CTRL-ALT-0":"05,00,27",
"CTRL-SHIFT-a":"03,00,04",
"CTRL-SHIFT-b":"03,00,05",
"CTRL-SHIFT-c":"03,00,06",
"CTRL-SHIFT-d":"03,00,07",
"CTRL-SHIFT-e":"03,00,08",
"CTRL-SHIFT-f":"03,00,09",
"CTRL-SHIFT-g":"03,00,0a",
"CTRL-SHIFT-h":"03,00,0b",
"CTRL-SHIFT-i":"03,00,0c",
"CTRL-SHIFT-j":"03,00,0d",
"CTRL-SHIFT-k":"03,00,0e",
"CTRL-SHIFT-l":"03,00,0f",
"CTRL-SHIFT-m":"03,00,10",
"CTRL-SHIFT-n":"03,00,11",
"CTRL-SHIFT-o":"03,00,12",
"CTRL-SHIFT-p":"03,00,13",
"CTRL-SHIFT-q":"03,00,14",
"CTRL-SHIFT-r":"03,00,15",
"CTRL-SHIFT-s":"03,00,16",
"CTRL-SHIFT-t":"03,00,17",
"CTRL-SHIFT-u":"03,00,18",
"CTRL-SHIFT-v":"03,00,19",
"CTRL-SHIFT-w":"03,00,1a",
"CTRL-SHIFT-x":"03,00,1b",
"CTRL-SHIFT-y":"03,00,1d",
"CTRL-SHIFT-z":"03,00,1c",
"CTRL-SHIFT-1":"03,00,1e",
"CTRL-SHIFT-2":"03,00,1f",
"CTRL-SHIFT-3":"03,00,20",
"CTRL-SHIFT-4":"03,00,21",
"CTRL-SHIFT-5":"03,00,22",
"CTRL-SHIFT-6":"03,00,23",
"CTRL-SHIFT-7":"03,00,24",
"CTRL-SHIFT-8":"03,00,25",
"CTRL-SHIFT-9":"03,00,26",
"CTRL-SHIFT-0":"03,00,27",
"ALT-SHIFT-a":"06,00,04",
"ALT-SHIFT-b":"06,00,05",
"ALT-SHIFT-c":"06,00,06",
"ALT-SHIFT-d":"06,00,07",
"ALT-SHIFT-e":"06,00,08",
"ALT-SHIFT-f":"06,00,09",
"ALT-SHIFT-g":"06,00,0a",
"ALT-SHIFT-h":"06,00,0b",
"ALT-SHIFT-i":"06,00,0c",
"ALT-SHIFT-j":"06,00,0d",
"ALT-SHIFT-k":"06,00,0e",
"ALT-SHIFT-l":"06,00,0f",
"ALT-SHIFT-m":"06,00,10",
"ALT-SHIFT-n":"06,00,11",
"ALT-SHIFT-o":"06,00,12",
"ALT-SHIFT-p":"06,00,13",
"ALT-SHIFT-q":"06,00,14",
"ALT-SHIFT-r":"06,00,15",
"ALT-SHIFT-s":"06,00,16",
"ALT-SHIFT-t":"06,00,17",
"ALT-SHIFT-u":"06,00,18",
"ALT-SHIFT-v":"06,00,19",
"ALT-SHIFT-w":"06,00,1a",
"ALT-SHIFT-x":"06,00,1b",
"ALT-SHIFT-y":"06,00,1d",
"ALT-SHIFT-z":"06,00,1c",
"ALT-SHIFT-1":"06,00,1e",
"ALT-SHIFT-2":"06,00,1f",
"ALT-SHIFT-3":"06,00,20",
"ALT-SHIFT-4":"06,00,21",
"ALT-SHIFT-5":"06,00,22",
"ALT-SHIFT-6":"06,00,23",
"ALT-SHIFT-7":"06,00,24",
"ALT-SHIFT-8":"06,00,25",
"ALT-SHIFT-9":"06,00,26",
"ALT-SHIFT-0":"06,00,27"
}
15 changes: 15 additions & 0 deletions payloads/library/credentials/WLAN_autoconfig/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Autoconfiguration payload

Starts in `ATTACKMODE HID STORAGE` and extracts with powershell commands SSID, password and keyboard-layout from the target system.

Then the payload alters the `config.txt` and removes itself from the payloads directtory! **Attention:** the directory `/root/udisk/library/examples/` nust exist that the payload can move itself!

The croc should automatically reboot but this don't work actually - so unplug and replug the croc when the LED start flashing green.

In case another language-version of Windows will have SSID and password in other lines alter this 2 lines accordingly:

# Config parameters
name_line=11 # Line-number which contains the SSID
pass_line=33 # Line-number which contains the password

Happy hacking ;-)
Loading