alb26 Posted January 1, 2021 Share Posted January 1, 2021 I'm trying to create HID payloads with my Bash Bunny for a spanish keyboard, but some characters don't mach up (some of them doesn't even appear). I have followed these steps: 1 - Copied the es.json file from the bash bunny git (https://github.com/hak5/bashbunny-payloads/tree/master/languages) to the /languages location. 2 - Edited the file config.txt: DUCKY_LANG es I would really appreciate if someone could lend me a hand. Link to comment Share on other sites More sharing options...
kuyaya Posted January 1, 2021 Share Posted January 1, 2021 In the your payload.txt, put DUCKY_LANG es Link to comment Share on other sites More sharing options...
alb26 Posted January 1, 2021 Author Share Posted January 1, 2021 20 minutes ago, kuyaya said: In the your payload.txt, put DUCKY_LANG es I have tried it too but the result is the same Link to comment Share on other sites More sharing options...
alb26 Posted January 1, 2021 Author Share Posted January 1, 2021 3 hours ago, kuyaya said: In the your payload.txt, put DUCKY_LANG es For example, I'm trying to get the letter of the bash bunny usb via cmd with the following command: Q STRING "for /f %d in ('wmic volume get driveletter^, label^|findstr "BashBunny"') do @set BB=%d" But this is the text that writes in the cmd console: for /f %d in ('wmic volume get driveletter¿, label¿|findstr BashBunny') do @set BB=%d Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.