Files
bashbunny-payloads/payloads/library/prank/-BB-PS-Draw/payload.txt
I-Am-Jakoby 22b39a2469 11 payloads (#521)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2022-05-10 17:30:46 -05:00

33 lines
948 B
Plaintext

# Title: PS-Draw
# Description: This payload is meant to draw images in your targets powershell console. See README.md for more details
# Author: I am Jakoby
# Version: 1.0
# Category: Prank
# Attackmodes: HID, STORAGE
# Target: Windows 10, 11
LED SETUP
GET SWITCH_POSITION
ATTACKMODE HID STORAGE
LED STAGE1
QUACK DELAY 3000
QUACK GUI r
QUACK DELAY 100
LED STAGE2
# There are 2 different versions of this script, un-comment out the one you want to run
# This one will draw one of the custom images defined in the .ps1 file
QUACK STRING powershell -NoP -NonI ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\PS-Custom-Draw.ps1')"
# This one will draw an interpretation of an image you provide
#QUACK STRING powershell -NoP -NonI ".((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\PS-Draw.ps1')"
QUACK ENTER