mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
22 lines
573 B
Bash
22 lines
573 B
Bash
#!/bin/bash
|
|
#
|
|
# Title: 90s Mode
|
|
# Author: Hak5Darren
|
|
# Version: 1.1
|
|
# Category: Prank
|
|
# Target: Windows XP SP3+
|
|
#
|
|
# 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,
|
|
|
|
# Options
|
|
Width=640
|
|
Height=480
|
|
|
|
LED SETUP
|
|
GET SWITCH_POSITION
|
|
ATTACKMODE HID STORAGE
|
|
LED ATTACK
|
|
RUN WIN powershell \".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\r.ps1 -Width $Width -Height $Height')\"
|
|
LED FINISH
|