Updated Ducky Template for firmware v1.1 (#177)

* Updated for firmware version 1.1

Updated version number.
Updated LED status table.

* Update Ducky Template for firmware 1.1

Updated LED statuses
Updated language to DUCKY_LANG
removed 'source bunny_helpers.sh' and used 'GET SWITCH_POSITION' instead.

* Fix DUCKY_LANG vs. DUCK_LANG typo

Fix typo pointed out by Sebkinne

* Update payload.txt
This commit is contained in:
Biocow 2017-04-16 16:48:08 -07:00 committed by Sebastian Kinne
parent dc6e0a99ff
commit b40541f787
2 changed files with 13 additions and 13 deletions

View File

@ -1,18 +1,19 @@
LED G
LED SETUP
ATTACKMODE HID STORAGE
# Set your language here
LANGUAGE='us'
DUCKY_LANG us
LED R G
# Check for switch position to make it easier for us.
source bunny_helpers.sh
GET SWITCH_POSITION
LED ATTACK
if [ -f "/root/udisk/payloads/${SWITCH_POSITION}/ducky_script.txt" ]; then
QUACK ${SWITCH_POSITION}/ducky_script.txt
LED G
LED FINISH
else
LED R
LED FAIL
echo "Unable to load ducky_script.txt" >> /root/debuglog.txt
exit 1
fi

View File

@ -1,7 +1,7 @@
# Ducky Script Template for Bash Bunnys
Author: @kevthehermit
Version: Version 1.0
Version: Version 1.1
## Description
@ -17,9 +17,8 @@ Install DuckToolkit payload for extra language support
## STATUS
| LED | Status |
| ---------------- | ------------------------------------- |
| Red | Failed to open script file |
| Amber | Script Running |
| Green | Finished |
| LED | Status |
| ------------------------------------------------ | --------------------------- |
| Magenta solid | Setup |
| Yellow single blink | Script Running (Attack) |
| Green 1000ms VERYFAST blink followed by SOLID | Finished |