Hello, Hak5 forum.
Today I received my bash bunny, But I'm having some trouble with the Ducky script language.
I can't get my bash bunny script to output a string for some reason.
I have looked around on the forums, but can't find anything. I also found a .json file with the language of my keyboard and put in the language folder.
I have also updated my bash bunny to the latest firmware.
Here my script:
#!/bin/bash
LED SETUP
DELAY 200
ATTACKMODE HID
Q SET_LANGUAGE dk
LED ATTACK
GUI r
DELAY 100
RUN WIN notepad.exe
DELAY 450
STRING "Hello world"
DELAY 1