| COMMAND
|
Description
|
Example
|
| RUN
|
Keystroke injection shortcut for mutli-OS command execution.
|
RUN WIN notepad.exe
|
|
|
|
RUN OSX terminal
|
|
|
|
RUN UNITY xterm
|
| GET
|
Exports system variables
|
GET TARGET_IP # exports $TARGET_IP
|
|
|
|
GET TARGET_HOSTNAME # exports $TARGET_HOSTNAME
|
|
|
|
GET HOST_IP # exports $HOST_IP
|
|
|
|
GET SWITCH_POSITION # exports $SWITCH_POSITION
|
| REQUIRETOOL
|
Exits payload with LED FAIL state if the specified tool is not found in /tools
|
REQUIRETOOL impacket
|
| DUCKY_LANG
|
Accepts two letter country code to set the HID injection language for subsequent ducky script / QUACK commands
|
DUCKY_LANG de
|