mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Added Notepad_Fun Payload (#130)
* Funny Notepad Prank * Update payload.txt * Update payload.txt
This commit is contained in:
parent
f94fcc1b66
commit
ff05828ee8
34
payloads/library/Notepad Fun/payload.txt
Normal file
34
payloads/library/Notepad Fun/payload.txt
Normal file
@ -0,0 +1,34 @@
|
||||
#
|
||||
#
|
||||
# Title: Notepad Fun
|
||||
# Author: The10FpsGuy and Mrhut10
|
||||
# Big thanks to Mrhut10 for helping to put a loop in it :D
|
||||
# Category: Fun
|
||||
#
|
||||
#
|
||||
#options
|
||||
LED B G 100
|
||||
msg_header="begining"
|
||||
msg_body="I will learn to lock my computer"
|
||||
msg_body_repeats=10
|
||||
msg_end="Please remember to lock your computer when you walk away."
|
||||
|
||||
ATTACKMODE HID
|
||||
Q GUI r
|
||||
Q DELEY 150
|
||||
Q STRING notepad.exe
|
||||
Q ENTER
|
||||
LED B 500
|
||||
|
||||
Q DELAY 200
|
||||
Q STRING $msg_header
|
||||
Q ENTER
|
||||
|
||||
for (( i=1; i<=$msg_body_repeats; i++ ))
|
||||
do
|
||||
Q STRING $msg_body
|
||||
Q ENTER
|
||||
done
|
||||
Q STRING $msg_end
|
||||
Q ENTER
|
||||
LED G 0
|
||||
Loading…
x
Reference in New Issue
Block a user