Bash Bunny: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 24: | Zeile 24: | ||
| DUCKY_LANG | | DUCKY_LANG | ||
| Set the HID Keyboard language. e.g: DUCKY_LANG us | | Set the HID Keyboard language. e.g: DUCKY_LANG us | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" style="vertical-align:middle;" | ||
| + | |- style="font-weight:bold; text-align:center;" | ||
| + | ! 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 | ||
|} | |} | ||
Version vom 21. September 2021, 06:28 Uhr
Spezifikationen
- ARM Cortex A7 Quad-Core Prozessor mit 1,3 Ghz
- 1 GB DDR3 Ram
- MixroSD XC Laufwerk mit einer max. Kapazität von 2 TB
- Bluetooth LE
Syntax
| COMMAND | Description |
|---|---|
| ATTACKMODE | Specifies the USB device or combination of devices to emulate. |
| LED | Control the RGB LED. Accepts color and pattern or payload state. |
| QUACK | Injects keystrokes (ducky script) or specified ducky script file. |
| Q | Alias for QUACK |
| DUCKY_LANG | Set the HID Keyboard language. e.g: DUCKY_LANG us |
| 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 |