From c5d3921867b47092f98c44c04c2a8df0f9b287d3 Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jul 2023 08:44:32 +0200 Subject: [PATCH 1/6] Call Someone With An iPhone --- .../Call_Someone_With_An_iPhone/payload.txt | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt new file mode 100644 index 000000000..8014c7c3a --- /dev/null +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt @@ -0,0 +1,29 @@ +REM ################################################ +REM # | +REM # Title : Call Someone 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 #PHONE-APP-NAME +ENTER +DELAY 1000 +BACKSPACE +REM You must set the phone number to be called +STRING #NUMBER +DELAY 500 +ENTER From 1b2a97d4bda3a4b67e95a3cfc7c7ee1f6f736282 Mon Sep 17 00:00:00 2001 From: aleff-github Date: Thu, 6 Jul 2023 08:45:51 +0200 Subject: [PATCH 2/6] Create README.md --- .../Call_Someone_With_An_iPhone/README.md | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 payloads/library/prank/Call_Someone_With_An_iPhone/README.md diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/README.md b/payloads/library/prank/Call_Someone_With_An_iPhone/README.md new file mode 100644 index 000000000..35ed5a7f6 --- /dev/null +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/README.md @@ -0,0 +1,56 @@ +# 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 + +## 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 #PHONE-APP-NAME + ``` + +- You must set the phone number to be called + +```DuckyScript + STRING #NUMBER +``` + +## Credits + +

Aleff :octocat:

+
+ + + + + +
+ + + +
Github +
+ + + +
Linkedin +
+
\ No newline at end of file From 42f0e2e3f5d5b89e6b12bcae27581e1b53d10ad8 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 09:45:22 +0200 Subject: [PATCH 3/6] QUACKed --- .../Call_Someone_With_An_iPhone/payload.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt index 8014c7c3a..61a366d17 100644 --- a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt @@ -16,14 +16,14 @@ 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 #PHONE-APP-NAME -ENTER -DELAY 1000 -BACKSPACE +QUACK STRING #PHONE-APP-NAME +QUACK ENTER +QUACK DELAY 1000 +QUACK BACKSPACE REM You must set the phone number to be called -STRING #NUMBER -DELAY 500 -ENTER +QUACK STRING #NUMBER +QUACK DELAY 500 +QUACK ENTER From fa0e00598042c4a614fa9740ce465699bfb9985f Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 11:00:28 +0200 Subject: [PATCH 4/6] Update payload.txt --- .../Call_Someone_With_An_iPhone/payload.txt | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt index 61a366d17..a5da36758 100644 --- a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt @@ -1,29 +1,29 @@ -REM ################################################ -REM # | -REM # Title : Call Someone With An iPhone | -REM # Author : Aleff | -REM # Version : 1.0 | -REM # Category : Prank | -REM # Target : iPhone | -REM # | -REM ################################################ +* REM ################################################ +* REM # | +* REM # Title : Call Someone 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 #PHONE-APP-NAME QUACK ENTER QUACK DELAY 1000 QUACK BACKSPACE -REM You must set the phone number to be called +* REM You must set the phone number to be called QUACK STRING #NUMBER QUACK DELAY 500 QUACK ENTER From e6cace571390283c6e599b4020f1d95e78506a76 Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jun 2024 17:21:43 +0200 Subject: [PATCH 5/6] Adapted to the use of variables --- .../prank/Call_Someone_With_An_iPhone/README.md | 11 +++-------- .../Call_Someone_With_An_iPhone/payload.txt | 16 +++++++++------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/README.md b/payloads/library/prank/Call_Someone_With_An_iPhone/README.md index 35ed5a7f6..d179f1dde 100644 --- a/payloads/library/prank/Call_Someone_With_An_iPhone/README.md +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/README.md @@ -14,28 +14,23 @@ Open search bar, then open the Phone app (I used the italian name so 'Telefono') * 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 #PHONE-APP-NAME + PHONE-APP-NAME='Telefono' ``` - You must set the phone number to be called ```DuckyScript - STRING #NUMBER + NUMBER='...' ``` ## Credits -

Aleff :octocat:

+

Aleff

diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt index a5da36758..315724ecc 100644 --- a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt @@ -8,22 +8,24 @@ * 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. +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 -* REM You need to change the name of the application according to the language you have on your phone. -QUACK STRING #PHONE-APP-NAME +QUACK STRING $PHONE-APP-NAME QUACK ENTER QUACK DELAY 1000 QUACK BACKSPACE -* REM You must set the phone number to be called -QUACK STRING #NUMBER +QUACK STRING $NUMBER QUACK DELAY 500 QUACK ENTER From d5f6dd5e5d05ab33b8eb4a4b020dfb5097cc292d Mon Sep 17 00:00:00 2001 From: Aleff Date: Sun, 9 Jun 2024 12:08:45 +0200 Subject: [PATCH 6/6] Update payload.txt --- .../prank/Call_Someone_With_An_iPhone/payload.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt index 315724ecc..0bab8a979 100644 --- a/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Call_Someone_With_An_iPhone/payload.txt @@ -1,11 +1,11 @@ * REM ################################################ -* REM # | -* REM # Title : Call Someone With An iPhone | -* REM # Author : Aleff | -* REM # Version : 1.0 | -* REM # Category : Prank | -* REM # Target : iPhone | -* 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