Jump to content

[Poll] Which Country Keyboards Need Support


no42

  

123 members have voted

  1. 1. Which Keyboard Support do you need?



Recommended Posts

Char not found:ASCII_5E in no.properties
I have tried this in no.properties without any luck:
//ASCII_5E = CIRCUMFLEX_BITS, MODIFIERKEY_SHIFT + KEY_SPACE
// 94 ^
On my keyborad this key lives upper left side of the ENTER-key and it looks like this:
 -------
|  ^    |
|     ~ | 
|  ยจ    |
 -------

I have to press SHIFT + ABOVE KEY + SPACE to get the letter ^,is there someone out there that can give me a hint?

Char not found:ASCII_5E in no.properties
For norwegian, this did not do the trick either:
//ASCII_5E = KEY_RIGHT_BRACE, MODIFIERKEY_SHIFT + KEY_SPACE
// 94 ^

neither

//ASCII_5E = DIAERESIS_BITS, MODIFIERKEY_SHIFT + KEY_SPACE
// 94 ^
In US keymap your key } is on same place as our ^
Here is my output:
root@kali-vb:/media/DUCKY# java -jar encoder.jar -l no.properties -i inject.txt -o inject.bin
Hak5 Duck Encoder 2.6
Loading File ..... [ OK ]
Loading Keyboard File ..... [ OK ]
Loading Language File ..... [ OK ]
Loading DuckyScript ..... [ OK ]
Char not found:ASCII_5E
Char not found:ASCII_5E
DuckyScript Complete..... [ OK ]
Edited by Hackman1970
Link to comment
Share on other sites

  • Replies 118
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Char not found:ASCII_5E in no.properties
For norwegian, this did not do the trick either:
//ASCII_5E = KEY_RIGHT_BRACE, MODIFIERKEY_SHIFT + KEY_SPACE
// 94 ^

neither

//ASCII_5E = DIAERESIS_BITS, MODIFIERKEY_SHIFT + KEY_SPACE
// 94 ^
In US keymap your key } is on same place as our ^
Here is my output:
root@kali-vb:/media/DUCKY# java -jar encoder.jar -l no.properties -i inject.txt -o inject.bin
Hak5 Duck Encoder 2.6
Loading File ..... [ OK ]
Loading Keyboard File ..... [ OK ]
Loading Language File ..... [ OK ]
Loading DuckyScript ..... [ OK ]
Char not found:ASCII_5E
Char not found:ASCII_5E
DuckyScript Complete..... [ OK ]

To find out if more keys have problems with no.properties I made a script with all norwegian keys:

REM *** Testscript for norwegian keyboards ***
REM *** Author: Hackman1970
REM *** Editor: LeafPad
REM *** Character Coding UTF-8

REM *** Wait for detection of RubberDucky
DELAY 2000
GUI-R
STRING notepad
DELAY 500
STRING ROW 1 OPEN  : |1234567890+\ 
ENTER
STRING ROW 1 SHIFT : ยง!"#ยค%&/()=?`
ENTER
STRING ROW 1 ALTGR :   @ยฃ$  {[]}ยฑ'
ENTER
ENTER
STRING ROW 2 OPEN  : qwertyuiopรฅ"
ENTER
STRING ROW 2 SHIFT : QWERTYUIOPร…^
ENTER
STRING ROW 2 ALTGR : ยฆ โ‚ฌ        ~
ENTER
ENTER
STRING ROW 3 OPEN  : asdfghjklรธรฆ'
ENTER
STRING ROW 3 SHIFT : ASDFGHJKLร˜ร†*
ENTER
ENTER
STRING ROW 4 OPEN  : <zxcvbnm,.-
ENTER
STRING ROW 4 SHIFT : >ZXCVBNM;:_
ENTER
STRING ROW 4 ALTGR : ยฝ
ENTER

Heres the encoders output:

root@kali-vb:/media/DUCKY# java -jar encoder.jar -l no.properties -i nbno_keys_UTF-8.txt -o inject.bin
Hak5 Duck Encoder 2.6

Loading File ..... [ OK ]
Loading Keyboard File ..... [ OK ]
Loading Language File ..... [ OK ]
Loading DuckyScript ..... [ OK ]
Char not found:ASCII_9
Char not found:ASCII_9
Char not found:ASCII_60
Char not found:ASCII_9
Char not found:ISO_8859_1_B1
Char not found:ASCII_9
Char not found:ASCII_9
Char not found:ASCII_5E
Char not found:ASCII_9
Char not found:ISO_8859_1_A6
Char not found:ASCII_9
Char not found:ASCII_9
Char not found:ASCII_9
Char not found:ASCII_9
Char not found:ASCII_9
DuckyScript Complete..... [ OK ]

root@kali-vb:/media/DUCKY# 

here is the output:

ROW 1 OPEN  : |1234567890+\ OK
ROW 1 SHIFT : ยง!"#ยค%&/()=?  MISSING ` = ( \ + SHIFT + SPACE )
ROW 1 ALTGR :   @ยฃ$  {[]}'  OK

ROW 2 OPEN  : qwertyuiopรฅ"  OK
ROW 2 SHIFT : QWERTYUIOPร…   MISSING ^ = ( ยจ + SHIFT + SPACE )
ROW 2 ALTGR :  โ‚ฌ        ~   OK

ROW 3 OPEN  : asdfghjklรธรฆ'  OK
ROW 3 SHIFT : ASDFGHJKLร˜ร†*  OK

ROW 4 OPEN  : <zxcvbnm,.-   OK
ROW 4 SHIFT : >ZXCVBNM;:_   OK
ROW 2 ALTGR : |             HAS CHANGED KEY
Edited by Hackman1970
Link to comment
Share on other sites

  • 2 weeks later...

Hello,

I'm from The Netherlands. I have bought a rubber ducky.

Notting happend when i insert it in my win7 x64 pc.

So i'm thinking this is because of the keyboard language.

Om the other end this is strange because i believe we also use the american-international format.

I read about the busdog application.

Look at the attached file (printscreen busdog)

I typed "qwerty". What do i need to do with this info?

Thnx in advanced.

HzM74

Link to comment
Share on other sites

Hello,

Is there a difference between keyboard "United States" and "United States International" ?

I assume standard keyboard settings for ducky is "United States"

I live in The Netherlands and i have "United States International"

Ducky is working for me at the moment. I'm willing to make Dutch Keyboard settings, but i don't know how exactly.

Thnx in advanced.

Edit: International is with dead-keys, plain United States not.

Gonna change my win7 keyboard to US instead of US-International.

Maybe the ducky is gonna work ?!

Edited by hzm74
Link to comment
Share on other sites

not really, laptop keys are normally rearranged due to space requirements - they should output the same codes.

Its just a matter of mapping the right codes to the right language.

Link to comment
Share on other sites

Can you teach me how to map the keys?

I installed busdog. Which keys do i have to map to each other?

On my laptop (Toshiba M6600) is no direct printscreen button so the background-prank for example isn't working now. On my laptop it is ร  combination of 2 buttons.

Thnx.

Edited by hzm74
Link to comment
Share on other sites

I have an US-International keyboard.

With busdog i made a scan of all my keys (physical touched every key on my keyboard). I

What do i need to do now? I notice that not every character is included:

00 00 29 00 00 00 00 00 ..).....
00 00 00 00 00 00 00 00 ........
00 00 3a 00 00 00 00 00 ..:.....
00 00 00 00 00 00 00 00 ........
00 00 3b 00 00 00 00 00 ..;.....
00 00 00 00 00 00 00 00 ........
00 00 3c 00 00 00 00 00 ..<.....
00 00 00 00 00 00 00 00 ........
00 00 3d 00 00 00 00 00 ..=.....
00 00 00 00 00 00 00 00 ........
00 00 3e 00 00 00 00 00 ..>.....
00 00 00 00 00 00 00 00 ........
00 00 3f 00 00 00 00 00 ..?.....
00 00 00 00 00 00 00 00 ........
00 00 40 00 00 00 00 00 ..@.....
00 00 00 00 00 00 00 00 ........
00 00 41 00 00 00 00 00 ..A.....
00 00 00 00 00 00 00 00 ........
00 00 42 00 00 00 00 00 ..B.....
00 00 00 00 00 00 00 00 ........
00 00 43 00 00 00 00 00 ..C.....
00 00 00 00 00 00 00 00 ........
00 00 44 00 00 00 00 00 ..D.....
00 00 00 00 00 00 00 00 ........
00 00 45 00 00 00 00 00 ..E.....
00 00 00 00 00 00 00 00 ........
00 00 35 00 00 00 00 00 ..5.....
00 00 00 00 00 00 00 00 ........
00 00 1e 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1f 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 20 00 00 00 00 00 .. .....
00 00 00 00 00 00 00 00 ........
00 00 21 00 00 00 00 00 ..!.....
00 00 00 00 00 00 00 00 ........
00 00 22 00 00 00 00 00 ..".....
00 00 00 00 00 00 00 00 ........
00 00 23 00 00 00 00 00 ..#.....
00 00 00 00 00 00 00 00 ........
00 00 24 00 00 00 00 00 ..$.....
00 00 00 00 00 00 00 00 ........
00 00 25 00 00 00 00 00 ..%.....
00 00 00 00 00 00 00 00 ........
00 00 26 00 00 00 00 00 ..&.....
00 00 00 00 00 00 00 00 ........
00 00 27 00 00 00 00 00 ..'.....
00 00 00 00 00 00 00 00 ........
00 00 2d 00 00 00 00 00 ..-.....
00 00 00 00 00 00 00 00 ........
00 00 2e 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2a 00 00 00 00 00 ..*.....
00 00 00 00 00 00 00 00 ........
00 00 2b 00 00 00 00 00 ..+.....
00 00 00 00 00 00 00 00 ........
00 00 14 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1a 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 08 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 15 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 17 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1c 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 18 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0c 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 12 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 13 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2f 00 00 00 00 00 ../.....
00 00 00 00 00 00 00 00 ........
00 00 30 00 00 00 00 00 ..0.....
00 00 00 00 00 00 00 00 ........
00 00 31 00 00 00 00 00 ..1.....
00 00 00 00 00 00 00 00 ........
00 00 39 00 00 00 00 00 ..9.....
03 .
00 00 00 00 00 00 00 00 ........
00 00 04 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 16 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 07 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 09 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0a 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0b 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0d 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0e 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0f 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 33 00 00 00 00 00 ..3.....
00 00 00 00 00 00 00 00 ........
00 00 34 00 00 00 00 00 ..4.....
00 00 00 00 00 00 00 00 ........
00 00 28 00 00 00 00 00 ..(.....
00 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1d 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1b 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 06 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 19 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 05 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 11 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 10 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 36 00 00 00 00 00 ..6.....
00 00 00 00 00 00 00 00 ........
00 00 37 00 00 00 00 00 ..7.....
00 00 00 00 00 00 00 00 ........
00 00 38 00 00 00 00 00 ..8.....
00 00 00 00 00 00 00 00 ........
20 00 00 00 00 00 00 00 .......
00 00 00 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
08 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
04 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2c 00 00 00 00 00 ..,.....
00 00 00 00 00 00 00 00 ........
40 00 00 00 00 00 00 00 @.......
00 00 00 00 00 00 00 00 ........
80 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 65 00 00 00 00 00 ..e.....
00 00 00 00 00 00 00 00 ........
10 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 46 00 00 00 00 00 ..F.....
00 00 00 00 00 00 00 00 ........
00 00 47 00 00 00 00 00 ..G.....
07 .
00 00 00 00 00 00 00 00 ........
00 00 48 00 00 00 00 00 ..H.....
00 00 00 00 00 00 00 00 ........
00 00 49 00 00 00 00 00 ..I.....
00 00 00 00 00 00 00 00 ........
00 00 4a 00 00 00 00 00 ..J.....
00 00 00 00 00 00 00 00 ........
00 00 4b 00 00 00 00 00 ..K.....
00 00 00 00 00 00 00 00 ........
00 00 4c 00 00 00 00 00 ..L.....
00 00 00 00 00 00 00 00 ........
00 00 4d 00 00 00 00 00 ..M.....
00 00 00 00 00 00 00 00 ........
00 00 4e 00 00 00 00 00 ..N.....
00 00 00 00 00 00 00 00 ........
00 00 52 00 00 00 00 00 ..R.....
00 00 00 00 00 00 00 00 ........
00 00 50 00 00 00 00 00 ..P.....
00 00 00 00 00 00 00 00 ........
00 00 51 00 00 00 00 00 ..Q.....
00 00 00 00 00 00 00 00 ........
00 00 4f 00 00 00 00 00 ..O.....
00 00 00 00 00 00 00 00 ........
00 00 53 00 00 00 00 00 ..S.....
06 .
00 00 00 00 00 00 00 00 ........
00 00 54 00 00 00 00 00 ..T.....
00 00 00 00 00 00 00 00 ........
00 00 55 00 00 00 00 00 ..U.....
00 00 00 00 00 00 00 00 ........
00 00 56 00 00 00 00 00 ..V.....
00 00 00 00 00 00 00 00 ........
00 00 60 00 00 00 00 00 ..`.....
00 00 61 00 00 00 00 00 ..a.....
00 00 00 00 00 00 00 00 ........
00 00 57 00 00 00 00 00 ..W.....
00 00 00 00 00 00 00 00 ........
00 00 5d 00 00 00 00 00 ..].....
00 00 62 00 00 00 00 00 ..b.....
00 00 63 00 00 00 00 00 ..c.....
00 00 00 00 00 00 00 00 ........
00 00 58 00 00 00 00 00 ..X.....
00 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 35 00 00 00 00 00 ..5.....
02 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 1e 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 1f 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 20 00 00 00 00 00 .. .....
02 00 00 00 00 00 00 00 ........
02 00 21 00 00 00 00 00 ..!.....
02 00 00 00 00 00 00 00 ........
02 00 22 00 00 00 00 00 ..".....
02 00 00 00 00 00 00 00 ........
02 00 23 00 00 00 00 00 ..#.....
02 00 00 00 00 00 00 00 ........
02 00 24 00 00 00 00 00 ..$.....
02 00 00 00 00 00 00 00 ........
02 00 25 00 00 00 00 00 ..%.....
02 00 00 00 00 00 00 00 ........
02 00 26 00 00 00 00 00 ..&.....
02 00 00 00 00 00 00 00 ........
02 00 27 00 00 00 00 00 ..'.....
02 00 00 00 00 00 00 00 ........
02 00 2d 00 00 00 00 00 ..-.....
02 00 00 00 00 00 00 00 ........
02 00 2e 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 2a 00 00 00 00 00 ..*.....
02 00 00 00 00 00 00 00 ........
02 00 2b 00 00 00 00 00 ..+.....
02 00 00 00 00 00 00 00 ........
02 00 14 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 1a 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 08 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 15 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 17 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 1c 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 18 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0c 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 12 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 13 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 2f 00 00 00 00 00 ../.....
02 00 00 00 00 00 00 00 ........
02 00 30 00 00 00 00 00 ..0.....
02 00 00 00 00 00 00 00 ........
02 00 31 00 00 00 00 00 ..1.....
02 00 00 00 00 00 00 00 ........
02 00 39 00 00 00 00 00 ..9.....
04 .
02 00 00 00 00 00 00 00 ........
02 00 04 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 16 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 07 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 09 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0a 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0b 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0d 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0e 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 0f 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 33 00 00 00 00 00 ..3.....
02 00 00 00 00 00 00 00 ........
02 00 34 00 00 00 00 00 ..4.....
02 00 00 00 00 00 00 00 ........
02 00 28 00 00 00 00 00 ..(.....
02 00 00 00 00 00 00 00 ........
02 00 1d 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 1b 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 06 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 19 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 05 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 11 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 10 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 36 00 00 00 00 00 ..6.....
02 00 00 00 00 00 00 00 ........
02 00 37 00 00 00 00 00 ..7.....
02 00 00 00 00 00 00 00 ........
02 00 38 00 00 00 00 00 ..8.....
02 00 00 00 00 00 00 00 ........
22 00 00 00 00 00 00 00 ".......
02 00 00 00 00 00 00 00 ........
03 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
0a 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
06 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 2c 00 00 00 00 00 ..,.....
02 00 00 00 00 00 00 00 ........
42 00 00 00 00 00 00 00 B.......
02 00 00 00 00 00 00 00 ........
82 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 65 00 00 00 00 00 ..e.....
02 00 00 00 00 00 00 00 ........
12 00 00 00 00 00 00 00 ........
02 00 00 00 00 00 00 00 ........
02 00 50 00 00 00 00 00 ..P.....
02 00 00 00 00 00 00 00 ........
02 00 4f 00 00 00 00 00 ..O.....
02 00 00 00 00 00 00 00 ........
02 00 51 00 00 00 00 00 ..Q.....
02 00 00 00 00 00 00 00 ........
02 00 52 00 00 00 00 00 ..R.....
02 00 00 00 00 00 00 00 ........
02 00 46 00 00 00 00 00 ..F.....
02 00 00 00 00 00 00 00 ........
02 00 47 00 00 00 00 00 ..G.....
00 .
02 00 00 00 00 00 00 00 ........
02 00 48 00 00 00 00 00 ..H.....
02 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
01 00 35 00 00 00 00 00 ..5.....
01 00 00 00 00 00 00 00 ........
01 00 1e 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
01 00 1f 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
01 00 20 00 00 00 00 00 .. .....
01 00 00 00 00 00 00 00 ........
01 00 21 00 00 00 00 00 ..!.....
01 00 00 00 00 00 00 00 ........
01 00 22 00 00 00 00 00 ..".....
01 00 00 00 00 00 00 00 ........
01 00 23 00 00 00 00 00 ..#.....
01 00 00 00 00 00 00 00 ........
01 00 24 00 00 00 00 00 ..$.....
01 00 00 00 00 00 00 00 ........
01 00 25 00 00 00 00 00 ..%.....
01 00 00 00 00 00 00 00 ........
01 00 26 00 00 00 00 00 ..&.....
01 00 00 00 00 00 00 00 ........
01 00 27 00 00 00 00 00 ..'.....
01 00 00 00 00 00 00 00 ........
01 00 2d 00 00 00 00 00 ..-.....
01 00 00 00 00 00 00 00 ........
01 00 2e 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
01 00 2a 00 00 00 00 00 ..*.....
01 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
01 00 00 00 00 00 00 00 ........
01 00 29 00 00 00 00 00 ..).....
01 00 00 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 29 00 00 00 00 00 ..).....
00 00 00 00 00 00 00 00 ........
00 00 39 00 00 00 00 00 ..9.....
02 .
00 00 00 00 00 00 00 00 ........
00 00 14 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 39 00 00 00 00 00 ..9.....
00 .
00 00 00 00 00 00 00 00 ........
00 00 14 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 0e 00 00 00 00 00 ........
00 00 0e 08 00 00 00 00 ........
00 00 08 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1c 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 05 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 12 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 1a 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2a 00 00 00 00 00 ..*.....
00 00 00 00 00 00 00 00 ........
00 00 04 00 00 00 00 00 ........
00 00 04 15 00 00 00 00 ........
00 00 15 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 07 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2c 00 00 00 00 00 ..,.....
00 00 00 00 00 00 00 00 ........
00 00 17 00 00 00 00 00 ........
00 00 17 15 00 00 00 00 ........
00 00 15 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 04 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 06 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 08 00 00 00 00 00 ........
00 00 00 00 00 00 00 00 ........
00 00 2c 00 00 00 00 00 ..,.....
00 00 00 00 00 00 00 00 ........
20 00 00 00 00 00 00 00 .......
20 00 18 00 00 00 00 00 .......
20 00 00 00 00 00 00 00 .......
20 00 16 00 00 00 00 00 .......
20 00 00 00 00 00 00 00 .......
00 00 00 00 00 00 00 00 ........
00 00 2d 00 00 00 00 00 ..-.....
00 00 00 00 00 00 00 00 ........
20 00 00 00 00 00 00 00 .......
20 00 0c 00 00 00 00 00 .......
20 00 00 00 00 00 00 00 .......
20 00 11 00 00 00 00 00 .......
20 00 00 00 00 00 00 00 .......
20 00 17 00 00 00 00 00 .......
20 00 00 00 00 00 00 00 .......
00 00 00 00 00 00 00 00 ........

Link to comment
Share on other sites

00 00 58 00 00 00 00 00 ..X..... 
00 00 00 00 00 00 00 00 ........ 
02 00 35 00 00 00 00 00 ..5....

the first two bytes are the modifier, the second two bytes refer to the key. But we refer to them as single bytes (saves space):

ASCII_58 =58

if a character is already defined in keyboard.properties - we can simple re-map it:

ASCII_5C=KEY_ASH,MODIFIERKEY_SHIFT

Link to comment
Share on other sites

Hello, thnx for reply.

Is this the way i should look at it? :

  1. There is a keyboard.properties file. In this file all keys which exist on a keyboard are numbered. For example KEY_A = 4 (this means the letter 'A' is given a number '4'). KEY_ESC=41
  2. Then there is the custom properties-file (for example be.properties). In this file the ascii keys from the keyboard you are using are remapped to the keyboard.properties file.
  3. So i use busdog to scan my keyboard-keys, for example when i type the "escape" button in busdog the hex-code 29 shows up.
  4. To make my custom properties file i do the following (the escape-key as example): ASCII_29 = KEY_ESCAPE

Is this the way to make my custom file for my keyboard? :

ASCII_3a = KEY_F1

ASCII_29 = KEY_ESCAPE

etc

etc

etc

Thnx in advanced!!

Link to comment
Share on other sites

control and alt are key modifiers that normally appear in the first 2 bytes, if they do not appear try a combo like ctrl-a

But they should not really deviate from the standard, I have never seen the control/alt/shift keys remapped unlike other standard ascii/ansi keys.

Link to comment
Share on other sites

Thnx.

With you're information I realize that I don't need to alter my keyboard mappings. In The Netherlands we use US-international. This is no different than US.\ other than some extra key-functions.

I now placed a longer delay in my script en the ducky works fine now. No random programs are opened anymore.

One off-topic question: Is my conclusion wright that with many of the available scripts you need to be logged in as admin-user? When logged in as "normal"-user for example I can't let the Ducky write to the windows directory, even when I run it as admin. This limits the use of the ducky al lot in my opinion. THNX

HzM74

Link to comment
Share on other sites

Yes, most scripts abuse an admin who has left his machine unlocked? But then majority of home users' leave their default account as admin to.

There are a few scripts/pranks to play to standard users, though their not very popular, think more research is needed with what can be achieve from standard user accounts

Link to comment
Share on other sites

  • 5 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...