hak5/bashbunny-payloads

ca_fr keyboard has wrong key mappings in Windows

Build-0-Matic opened this issue · 1 comments

This keymap has a few bad assignments.
I just made a script to output the following

qwertyuiopasdfghjklzxcvbnm
QWERTYUIOPASDFGHJKLZXCVBNM
#1234567890-=
|!"/$%?&*()_+
,'..;:<>^
\@

but instead get

qwertyuiopasdfghjklzxcvbnm
QWERTYUIOPASDFGHJKLZXCVBNM
/1234567890-=
\!|#$%?&*()_+
,'..;:¯­^
|"

which renders all scripts containing /#|"<>^@ completely unusable

OK, I took all afternoon and finally fixed it.