Merge pull request #356 from aleff-github/patch-70

Call Someone On An iPhone
pull/402/merge
Peaks 2024-08-30 08:44:45 -04:00 committed by GitHub
commit 29ac81bb31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,56 @@
# Call Someone On An iPhone
This script can be used to call someone really fast using an iPhone, so iOS system.
**Category**: Execution
## Description
This script can be used to call someone really fast using an iPhone, so iOS system.
Open search bar, then open the Phone app (I used the italian name so 'Telefono'), then delete what is (hidden) stored and write the number, then call it.
## Dependencies
* The phone must be unlocked
## Test
- iPhone 14
- iOS 16.4.1
## Settings
- You need to change the name of the application according to the language you have on your phone.
```DuckyScript
[20] DEFINE #PHONE-APP-NAME
```
- You must set the phone number to be called
```DuckyScript
[22] DEFINE #NUMBER example
```
## Credits
<h2 align="center"> Aleff :octocat: </h2>
<div align=center>
<table>
<tr>
<td align="center" width="96">
<a href="https://github.com/aleff-github">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/github.png?raw=true width="48" height="48" />
</a>
<br>Github
</td>
<td align="center" width="96">
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
</a>
<br>Linkedin
</td>
</tr>
</table>
</div>

View File

@ -0,0 +1,32 @@
REM ##############################################
REM # |
REM # Title : Call Someone On An iPhone |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Execution |
REM # Target : iPhone |
REM # |
REM ##############################################
REM Requirements:
REM - The phone must be unlocked
REM Tested on:
REM - iPhone 14
REM - iOS 16.4.1
REM You need to change the name of the application according to the language you have on your phone.
DEFINE #PHONE-APP-NAME example
REM You must set the phone number to be called
DEFINE #NUMBER example
GUI SPACE
DELAY 300
STRING #PHONE-APP-NAME
ENTER
DELAY 1000
BACKSPACE
STRING #NUMBER
DELAY 500
ENTER