Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/general/Open4Gmail/payload.txt
2968 views
1
REM Title: Open 4 Gmail
2
REM Author: Dean A
3
REM Description: Opens 4 visible Browser tabs with each having their own gmail account on them.
4
REM Target: Mac OSX (Terminal)
5
REM Version: 1.0
6
REM Category: General
7
DELAY 500
8
GUI SPACE
9
DELAY 100
10
STRING terminal
11
DELAY 100
12
ENTER
13
DELAY 500
14
STRING open https://mail.google.com/mail/u/0/ && open https://mail.google.com/mail/u/1/ && open https://mail.google.com/mail/u/2/ && open https://mail.google.com/mail/u/3/
15
DELAY 1000
16
ENTER
17
18