mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
LED G
|
|
ATTACKMODE HID STORAGE
|
|
|
|
# Set your language here
|
|
LANGUAGE='us'
|
|
|
|
LED R G
|
|
# Check for switch position to make it easier for us.
|
|
source bunny_helpers.sh
|
|
|
|
if [ -f "/root/udisk/payloads/${SWITCH_POSITION}/ducky_script.txt" ]; then
|
|
QUACK ${SWITCH_POSITION}/ducky_script.txt
|
|
LED G
|
|
else
|
|
LED R
|
|
echo "Unable to load ducky_script.txt" >> /root/debuglog.txt
|
|
exit 1
|
|
fi |