From a454d1d5a06c794975102f4c47f26f5ecd43af0f Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jul 2023 08:32:28 +0200 Subject: [PATCH 1/6] Play A Song With An iPhone --- .../Play_A_Song_With_An_iPhone/payload.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt new file mode 100644 index 000000000..2cd783aba --- /dev/null +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt @@ -0,0 +1,28 @@ +REM ################################################ +REM # | +REM # Title : Play A Song 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 #MUSIC-APP-NAME +ENTER +DELAY 1000 +SPACE +DELAY 500 +GUI h From a446179a843176f3da452146f5ffe88659c3c93f Mon Sep 17 00:00:00 2001 From: aleff-github Date: Thu, 6 Jul 2023 08:34:15 +0200 Subject: [PATCH 2/6] Create README.md --- .../Play_A_Song_With_An_iPhone/README.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 payloads/library/prank/Play_A_Song_With_An_iPhone/README.md diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md b/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md new file mode 100644 index 000000000..7c81e73d0 --- /dev/null +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md @@ -0,0 +1,50 @@ +# Play A Song With An iPhone + +This script can be used to play a song really fast using an iPhone, so iOS system. + +**Category**: Prank + +## Description + +This script can be used to play a song really fast using an iPhone, so iOS system. + +Open search bar, then open the Music 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 #MUSIC-APP-NAME + ``` + +## Credits + +

Aleff :octocat:

+
+ + + + + +
+ + + +
Github +
+ + + +
Linkedin +
+
\ No newline at end of file From 47b6f7df99d3203f913017fdbca2934738b6c342 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 09:47:24 +0200 Subject: [PATCH 3/6] QUACKed --- .../prank/Play_A_Song_With_An_iPhone/payload.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt index 2cd783aba..3d94cb6de 100644 --- a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt @@ -16,13 +16,13 @@ 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 #MUSIC-APP-NAME -ENTER -DELAY 1000 -SPACE -DELAY 500 -GUI h +QUACK STRING #MUSIC-APP-NAME +QUACK ENTER +QUACK DELAY 1000 +QUACK SPACE +QUACK DELAY 500 +QUACK GUI h From ccd5dd283d7c165a50a6ec2dbbbeb8177474939b Mon Sep 17 00:00:00 2001 From: Aleff Date: Sat, 22 Jul 2023 11:01:33 +0200 Subject: [PATCH 4/6] Update payload.txt --- .../Play_A_Song_With_An_iPhone/payload.txt | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt index 3d94cb6de..bf87d0665 100644 --- a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt @@ -1,25 +1,25 @@ -REM ################################################ -REM # | -REM # Title : Play A Song With An iPhone | -REM # Author : Aleff | -REM # Version : 1.0 | -REM # Category : Prank | -REM # Target : iPhone | -REM # | -REM ################################################ +* REM ################################################ +* REM # | +* REM # Title : Play A Song 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 #MUSIC-APP-NAME QUACK ENTER QUACK DELAY 1000 From 7150a007e19a07d2c2d53d3b02643e2658e7ba3c Mon Sep 17 00:00:00 2001 From: Aleff Date: Thu, 6 Jun 2024 18:03:40 +0200 Subject: [PATCH 5/6] Adapted to the use of variables --- .../prank/Play_A_Song_With_An_iPhone/README.md | 11 +++-------- .../prank/Play_A_Song_With_An_iPhone/payload.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md b/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md index 7c81e73d0..dabc6ef4f 100644 --- a/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/README.md @@ -8,28 +8,23 @@ This script can be used to play a song really fast using an iPhone, so iOS syste This script can be used to play a song really fast using an iPhone, so iOS system. -Open search bar, then open the Music app (I used the italian name so 'Telefono'), then delete what is (hidden) stored and write the number, then call it. +Open search bar, then open the Music app (I used the italian name so 'Musica'), 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 #MUSIC-APP-NAME + MUSIC-APP-NAME='Musica' ``` ## Credits -

Aleff :octocat:

+

Aleff

diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt index bf87d0665..c7ba97a63 100644 --- a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt @@ -8,19 +8,19 @@ * 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 You need to change the name of the application according to the language you have on your phone. +MUSIC-APP-NAME='Musica' +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 #MUSIC-APP-NAME +QUACK STRING $MUSIC-APP-NAME QUACK ENTER QUACK DELAY 1000 QUACK SPACE From e9f546454b589ab3fcbbf421b0d6a3ee70f364f6 Mon Sep 17 00:00:00 2001 From: Aleff Date: Sun, 9 Jun 2024 12:09:30 +0200 Subject: [PATCH 6/6] Update payload.txt --- .../prank/Play_A_Song_With_An_iPhone/payload.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt index c7ba97a63..e1ccefdbe 100644 --- a/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt +++ b/payloads/library/prank/Play_A_Song_With_An_iPhone/payload.txt @@ -1,11 +1,11 @@ * REM ################################################ -* REM # | -* REM # Title : Play A Song With An iPhone | -* REM # Author : Aleff | -* REM # Version : 1.0 | -* REM # Category : Prank | -* REM # Target : iPhone | -* REM # | +* REM # # +* REM # Title : Play A Song With An iPhone # +* REM # Author : Aleff # +* REM # Version : 1.0 # +* REM # Category : Prank # +* REM # Target : iPhone # +* REM # # * REM ################################################ ATTACKMODE HID