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

[REQUEST] Dutch Keyboard Language #289

Open
Dennis4720 opened this issue Nov 10, 2017 · 26 comments
Open

[REQUEST] Dutch Keyboard Language #289

Dennis4720 opened this issue Nov 10, 2017 · 26 comments

Comments

@Dennis4720
Copy link

I think the title says enough. Thanks in advance!

@Dennis4720 Dennis4720 changed the title [REQUEST] Dutch Language [REQUEST] Dutch KeyboardLanguage Nov 10, 2017
@BumblebeeGames
Copy link

AFAIK dutch mostly use US-keyboards. Can anybody confirm that? There is supposed to be a dutch keyboard layout, which is rarely used though. Just the information I managed to gather before travelling to the netherlands this year, might be completely off.

@Dennis4720
Copy link
Author

Dennis4720 commented Nov 10, 2017

We indeed use US-Keyboards, but most of the Windows Computers has for example the EUR symbol on 5 ( CTRL + ALT + 5 ), i don't know exactly what and how but scripts screwed up with the US keyboard language, i had to change the system locale to US-en.

@CIPH3R0
Copy link

CIPH3R0 commented Dec 17, 2017

What is the problem with just using the US keyboard language/English language in BashBunny? works fine for me if I use the Dutch language on my computer.

@sebkinne
Copy link
Contributor

@CIPH3RO - the issue is that some characters are different to the US layout (such as the Euro sign)

@Dennis4720
Copy link
Author

@sebkinne Exactly. This cause problems with some payloads at a certain point.

@CIPH3R0
Copy link

CIPH3R0 commented Dec 21, 2017

ahh, yeah I don't know, I never use Euro signs and that type of characters. sorry!

@j0te
Copy link

j0te commented Mar 26, 2018

Ik heb een € sign :)
je moet gewoon op de usb je config aanpassen naar nl????

@j0te
Copy link

j0te commented Mar 26, 2018

er is een config.txt op de BB
verander dat naar DUCKY_LANG nl

@Dennis4720
Copy link
Author

@j0te there is no nl.json in the languages folder?

Note: Although I could have replied in Dutch I choose to reply in English so non-Dutch people are able to read this too.

@j0te
Copy link

j0te commented Mar 26, 2018

did u update your bashbunny?

@j0te
Copy link

j0te commented Mar 26, 2018

tell me your version?

@Dennis4720
Copy link
Author

@j0te I have the newest one, 1.5.

@Dennis4720
Copy link
Author

@j0te as you can see in https://github.com/hak5/bashbunny-payloads/tree/master/languages - there is no nl.json file which makes me unable to use the Euro sign for example.

@Dennis4720
Copy link
Author

@j0te the be.json file doesn't even contain a Euro sign.

@Dennis4720
Copy link
Author

No idea. I'll just wait 'till there will be a nl.json file released ( if there will be any @sebkinne? )

@j0te
Copy link

j0te commented Mar 26, 2018

what is not working? its just asciii code

@j0te
Copy link

j0te commented Mar 26, 2018

"@":"40,00,1f",

@sebkinne
Copy link
Contributor

We welcome any PR adding language support, but we unfortunately don't have the resources to test for all languages.

@j0te
Copy link

j0te commented Mar 29, 2018

Dennis what key combination do you need to type @?

@Dennis4720
Copy link
Author

Shift and 2.

@j0te
Copy link

j0te commented Mar 29, 2018

if you download this document http://www.usb.org/developers/hidpage/Hut1_12v2.pdf
"__comment":" - byte 1: Modifier keys", first 00 (this is ctrl,alt,shift...)
"__comment":" - byte 2: Reserved", second 00 (ignore)
"__comment":" - byte 3: Keycode 1, last 00 (hex code second column)

Go to section 10
I compared it with my "be" - azerty file....

04 is "a" in that list but "q" on my keyboard....
{
"q":"00,00,04", // press q but trigger a
"SHIFT":"02,00,00",
"Q":"02,00,04", // press SHIFT Q but trigger SHIFT A
}
so i think your @ sign will be
"@":"02,00,1f"
02 - shift
00 - ignore
1f - @ sign

@j0te
Copy link

j0te commented Mar 29, 2018

hope u understand????

@Dennis4720
Copy link
Author

I do, thank you for your help. I'll look into it very soon.

@j0te
Copy link

j0te commented Mar 29, 2018

it should be possible to make some kind of press keys and i make u a file.... hmmmm
let me think about that one...

@j0te
Copy link

j0te commented Jun 11, 2018

Dennis, did it do the trick?

@Dennis4720
Copy link
Author

I did not make the time yet to try it out. Sorry! Once I do, i'll let you know about the results. Thank you for trying to help me out!

@foxtrot foxtrot changed the title [REQUEST] Dutch KeyboardLanguage [REQUEST] Dutch Keyboard Language Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants