Jump to content

Language configuration with config.txt


fneagle

Recommended Posts

To start with the payload development, I configured the Key Croc using config.txt. I just made WiFi and language settings like this:

DUCKY_LAMG de
WIFI_SSID ThisAP
WIFI_PASS ThisPasswordisBad

Wifi is working fine, so the config seems okay. My example script looks like this

MATCH easy

QUACK DELAY 5000

# Start attack
QUACK LOCK
QUACK GUI-r
QUACK DELAY 2
QUACK STRING "powershell.exe"
QUACK ENTER
QUACK STRING "Das ist ein Test qwertzui yxcvbn"

It started the PowerShell Window using the Keyword "easy", but the Output looks like this:

Das ist ein Test qwertyui zxcvbn

This means for me, that the keyboard language is not detected correctly. What else can I do to solve the problem?

I'm using Version 1.3_510 and the udisk includes the directory /languages with de.json and all other languages.

What does the export command mean?

export DUCKY_LANG=de

If I use the line in my script, nothing is working.

Thanks for any suggestion!

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...