Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUACKed - Call Someone With An iPhone #645

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions payloads/library/prank/Call_Someone_With_An_iPhone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Call Someone With An iPhone

This script can be used to call someone really fast using an iPhone, so iOS system.

**Category**: Prank

## 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

## Settings

- You need to change the name of the application according to the language you have on your phone.

```DuckyScript
PHONE-APP-NAME='Telefono'
```

- You must set the phone number to be called

```DuckyScript
NUMBER='...'
```

## Credits

<h2 align="center">Aleff</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>
31 changes: 31 additions & 0 deletions payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
* REM ################################################
* REM # #
* REM # Title : Call Someone With An iPhone #
* REM # Author : Aleff #
* REM # Version : 1.0 #
* REM # Category : Prank #
* REM # Target : iPhone #
* REM # #
* REM ################################################

ATTACKMODE HID

* REM Requirements:
* REM - The phone must be unlocked

QUACK REM VARIABLES
* REM 1) You need to change the name of the application according to the language you have on your phone.
PHONE-APP-NAME='Telefono'
* REM 2) You must set the phone number to be called
NUMBER='...'

QUACK DELAY 2000
QUACK GUI SPACE
QUACK DELAY 300
QUACK STRING $PHONE-APP-NAME
QUACK ENTER
QUACK DELAY 1000
QUACK BACKSPACE
QUACK STRING $NUMBER
QUACK DELAY 500
QUACK ENTER