From 5a81dc9a407ff79d5aeb3110335c3c9b378ecf6b Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jul 2023 08:40:59 +0200 Subject: [PATCH 1/6] Edit A Reminder With An iPhone --- .../payload.txt | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt new file mode 100644 index 000000000..1072f5737 --- /dev/null +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt @@ -0,0 +1,38 @@ +REM ################################################### +REM # | +REM # Title : Edit 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 old name of the reminder that you want to change +STRING #OLD-REMINDER-NAME +DELAY 500 +TAB +DELAY 500 +GUI a +BACKSPACE +REM Here you should set the new reminder name +STRING #NEW-REMINDER-NAME +ENTER +DELAY 500 +GUI h From d4e58bbf1a5d97541ada3ec41e1a43a453c18326 Mon Sep 17 00:00:00 2001 From: aleff-github Date: Thu, 6 Jul 2023 08:42:07 +0200 Subject: [PATCH 2/6] Create README.md --- .../Edit_A_Reminder_With_An_iPhone/README.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md new file mode 100644 index 000000000..f7fa5060e --- /dev/null +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md @@ -0,0 +1,62 @@ +# Edit A Reminder With An iPhone + +This script can be used to change a reminder name really fast using an iPhone, so iOS system. + +**Category**: Prank + +## Description + +This script can be used to change a reminder name 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 old name of the reminder that you want to change + +```DuckyScript + STRING #OLD-REMINDER-NAME +``` + +- Here you should set the new reminder name + +```DuckyScript + STRING #NEW-REMINDER-NAME +``` + +## Credits + +

Aleff :octocat:

+
+ + + + + +
+ + + +
Github +
+ + + +
Linkedin +
+
\ No newline at end of file From 5abccec8cff11debc857e2172ab0250cd74aeed8 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 09:46:35 +0200 Subject: [PATCH 3/6] QUACKed --- .../payload.txt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt index 1072f5737..42638282d 100644 --- a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt @@ -16,23 +16,23 @@ 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 old name of the reminder that you want to change -STRING #OLD-REMINDER-NAME -DELAY 500 -TAB -DELAY 500 -GUI a -BACKSPACE +QUACK STRING #OLD-REMINDER-NAME +QUACK DELAY 500 +QUACK TAB +QUACK DELAY 500 +QUACK GUI a +QUACK BACKSPACE REM Here you should set the new reminder name -STRING #NEW-REMINDER-NAME -ENTER -DELAY 500 -GUI h +QUACK STRING #NEW-REMINDER-NAME +QUACK ENTER +QUACK DELAY 500 +QUACK GUI h From 4addb2dd4701fad37b5e42972fe5135c4b5bfa8a Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 11:01:02 +0200 Subject: [PATCH 4/6] Update payload.txt --- .../payload.txt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt index 42638282d..208bbdb17 100644 --- a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt @@ -1,37 +1,37 @@ -REM ################################################### -REM # | -REM # Title : Edit A Reminder With An iPhone | -REM # Author : Aleff | -REM # Version : 1.0 | -REM # Category : Prank | -REM # Target : iPhone | -REM # | -REM ################################################### +* REM ################################################### +* REM # | +* REM # Title : Edit 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 old name of the reminder that you want to change +* REM You should know the old name of the reminder that you want to change QUACK STRING #OLD-REMINDER-NAME QUACK DELAY 500 QUACK TAB QUACK DELAY 500 QUACK GUI a QUACK BACKSPACE -REM Here you should set the new reminder name +* REM Here you should set the new reminder name QUACK STRING #NEW-REMINDER-NAME QUACK ENTER QUACK DELAY 500 From 5b21a05b428fc8fb5472554868e326ec42f405d3 Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jun 2024 17:25:20 +0200 Subject: [PATCH 5/6] Adapted to the use of variables --- .../Edit_A_Reminder_With_An_iPhone/README.md | 13 ++++------- .../payload.txt | 22 ++++++++++--------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md index f7fa5060e..01c00930e 100644 --- a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/README.md @@ -14,34 +14,29 @@ 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 old name of the reminder that you want to change ```DuckyScript - STRING #OLD-REMINDER-NAME + OLD-REMINDER-NAME='example' ``` - Here you should set the new reminder name ```DuckyScript - STRING #NEW-REMINDER-NAME + NEW-REMINDER-NAME='example' ``` ## Credits -

Aleff :octocat:

+

Aleff

diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt index 208bbdb17..d589f4eb4 100644 --- a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt @@ -8,31 +8,33 @@ * REM # | * REM ################################################### +ATTACKMODE HID + +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 old name of the reminder that you want to change +OLD-REMINDER-NAME='example' +* REM 3) Here you should set the new reminder name +NEW-REMINDER-NAME='example' * REM Requirements: * REM - The phone must be unlocked -* 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. -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 old name of the reminder that you want to change -QUACK STRING #OLD-REMINDER-NAME +QUACK STRING $OLD-REMINDER-NAME QUACK DELAY 500 QUACK TAB QUACK DELAY 500 QUACK GUI a QUACK BACKSPACE -* REM Here you should set the new reminder name -QUACK STRING #NEW-REMINDER-NAME +QUACK STRING $NEW-REMINDER-NAME QUACK ENTER QUACK DELAY 500 QUACK GUI h From d6594d9454ecbe45c0f3ba1f5770ed0dfaaa7c2a Mon Sep 17 00:00:00 2001 From: Aleff Date: Sun, 9 Jun 2024 12:08:55 +0200 Subject: [PATCH 6/6] Update payload.txt --- .../Edit_A_Reminder_With_An_iPhone/payload.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt index d589f4eb4..964e18929 100644 --- a/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Edit_A_Reminder_With_An_iPhone/payload.txt @@ -1,11 +1,11 @@ * REM ################################################### -* REM # | -* REM # Title : Edit A Reminder With An iPhone | -* REM # Author : Aleff | -* REM # Version : 1.0 | -* REM # Category : Prank | -* REM # Target : iPhone | -* REM # | +* REM # # +* REM # Title : Edit A Reminder With An iPhone # +* REM # Author : Aleff # +* REM # Version : 1.0 # +* REM # Category : Prank # +* REM # Target : iPhone # +* REM # # * REM ################################################### ATTACKMODE HID