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 - Delete A Reminder With An iPhone #642

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/Delete_A_Reminder_With_An_iPhone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Delete A Reminder With An iPhone

This script can be used to delete a reminder really fast using an iPhone, so iOS system.

**Category**: Prank

## Description

This script can be used to delete a reminder really fast using an iPhone, so iOS system.

Open search bar, then open the Reminder app (I used the italian name so 'Promemoria'), 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
REMINDER-APP-NAME='Promemoria'
```

- You should know the reminder name that you want to delete

```DuckyScript
REMINDER-NAME='example'
```

## 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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
* REM #####################################################
* REM # #
* REM # Title : Delete A Reminder 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.
REMINDER-APP-NAME='Promemoria'
* REM 2) You should know the reminder name that you want to delete
REMINDER-NAME='example'

QUACK DELAY 1500
QUACK GUI SPACE
QUACK DELAY 300
QUACK STRING $REMINDER-APP-NAME
QUACK ENTER
QUACK DELAY 2000
QUACK GUI f
QUACK DELAY 1000
QUACK STRING $REMINDER-NAME
QUACK DELAY 500
QUACK TAB
QUACK DELAY 500
QUACK GUI a
QUACK BACKSPACE
QUACK DELAY 500
QUACK ENTER
QUACK DELAY 500
QUACK GUI h