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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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