Merge branch 'master' of github.com:hak5/bashbunny-payloads

This commit is contained in:
Sebastian Kinne
2017-04-07 14:30:25 +10:00
2 changed files with 12 additions and 15 deletions

View File

@@ -2,20 +2,16 @@
# #
# Title: 90s Mode # Title: 90s Mode
# Author: Hak5Darren # Author: Hak5Darren
# Version: 1.0 # Version: 1.1
# Category: Prank # Category: Prank
# Target: Windows XP SP3+ # Target: Windows XP SP3+
# #
# Turns back the clock to a k-rad ultra ereet 1990's VGA resolution # Turns back the clock to a k-rad ultra ereet 1990's VGA resolution
# Executes p.ps1 from the selected switch folder of the Bash Bunny USB Disk partition, # Executes p.ps1 from the selected switch folder of the Bash Bunny USB Disk partition,
# Source bunny_helpers.sh to get environment variable SWITCH_POSITION LED SETUP
source bunny_helpers.sh GET SWITCH_POSITION
LED R B
ATTACKMODE HID STORAGE ATTACKMODE HID STORAGE
QUACK GUI r LED ATTACK
QUACK DELAY 100 RUN WIN powershell \".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\r.ps1')\"
QUACK STRING powershell ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\r.ps1')" LED FINISH
QUACK ENTER
LED G

View File

@@ -1,7 +1,7 @@
# 90s Mode for Bash Bunnys # 90s Mode for Bash Bunnys
* Author: Hak5Darren * Author: Hak5Darren
* Version: Version 1.0 * Version: Version 1.1
* Category: Prank * Category: Prank
* Target: Windows XP SP3+ / Powershell * Target: Windows XP SP3+ / Powershell
@@ -27,7 +27,8 @@ By default the payload switches to the very cool 640x480 resoluiton, however thi
## STATUS ## STATUS
| LED | Status | | LED | Status |
| ------------------ | -------------------------------------------- | | ------ | ---------------------|
| Purple | Attack Setup | | SETUP | Setting up attack |
| Green | Attack Complete | | ATTACK | Injecting keystrokes |
| FINISH | Done |