Jump to content

Problem with spanish es.json


alb26

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...