You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am desperately trying to get my first payloads to work several months after receiving my Rubber Ducky. Unfortunately, it seems like something's not working on my set-up (french keyboard on a MacBook Pro). Here is what I tried to do:
Create a fr_mac.json, that I crafted using output from Key Codes tool, as suggested by @dallaswinger on my previous issue regarding file upload on the payload generator. I used us.json file as a template, and tried to narrow the issue by only filling keycodes from uppercase and lowercase letters. For instance, typing "a" on my keyboard gave the following on Key Codes tool:
This led me to add the following entry in my fr_mac.json file:
[...]
"a": "00,00,0c",
[...]
I proceeded the same way for other letters and ended up with the following file content:
I designed the simplest payload, aiming at just typing a few letters without any special chars, just to see if my mapping was correct:
STRING abc
DELAY 500
Finally, I compiled, downloaded, and moved the payload at the root of my Rubber Ducky.
When executing it by plugin it on my Mac, with my cursor focused on a random text field (Firefox Search bar for instance), all the Rubber Ducky types is an "e" instead of the "abc" I would expect:
Is there something I'm doing wrong ? :(
Any help would be welcomed, would really enjoy starting using my Rubber Ducky for real..
Thanks a lot !
The text was updated successfully, but these errors were encountered:
I am desperately trying to get my first payloads to work several months after receiving my Rubber Ducky. Unfortunately, it seems like something's not working on my set-up (french keyboard on a MacBook Pro). Here is what I tried to do:
fr_mac.json
, that I crafted using output from Key Codes tool, as suggested by @dallaswinger on my previous issue regarding file upload on the payload generator. I usedus.json
file as a template, and tried to narrow the issue by only filling keycodes from uppercase and lowercase letters. For instance, typing "a" on my keyboard gave the following on Key Codes tool:This led me to add the following entry in my
fr_mac.json
file:I proceeded the same way for other letters and ended up with the following file content:
Is there something I'm doing wrong ? :(
Any help would be welcomed, would really enjoy starting using my Rubber Ducky for real..
Thanks a lot !
The text was updated successfully, but these errors were encountered: