Configuration
Among the files and folders present on the USB flash disk is config.txt. Editing this file with a standard text editor (like Notepad on Windows, TextEdit on Mac, vim/nano on Linux) will let you configure settings such as keymap, WiFi, SSH and DNS.
MANDATORY CONFIGURATIONS
The only mandatory configuration is the language/keymap, which by default is set to US.
# Mandatory configurations:
# -------------------------
DUCKY_LANG us
# Specifies the keymap with the corresponding two letter json file name from the languages/ directory on the udisk. The default is US for a US English keyboard. Change this depending on the language/keymap of your target.
OPTIONAL CONFIGURATIONS
NETWORKING
WIFI_SSID [network name]
# Specifies the SSID of the WiFi network in which to connect.
WIFI_PASS [network password]
# Specifies the WPA-PSK passphrase for the WiFi network.
# Omit this value for open networks.
# Omit BOTH WIFI_SSID & WIFI_PASS to reset configuration
SSH [ENABLE, DISABLE]
# If enabled, the Key Croc will be accessible by SSH in both attack and arming modes.
DNS [address 1] [address 2]
# Overrides the DNS setting provided by the WiFi network's DHCP server.DEVICE IDENTIFIERS
PROTECTED ARMING MODE
Last updated
Was this helpful?