From 8a07bd20c6cd6fe00ff57a8fc6964b955939bf35 Mon Sep 17 00:00:00 2001 From: bst04 Date: Mon, 4 Nov 2024 15:20:11 +0100 Subject: [PATCH 1/2] asd --- .DS_Store | Bin 0 -> 6148 bytes MacOS/.DS_Store | Bin 0 -> 6148 bytes MacOS/SetVolumeMax-MacOS/README.md | 33 +++++++++++++++++++++++++++ MacOS/SetVolumeMax-MacOS/payload.txt | 12 ++++++++++ 4 files changed, 45 insertions(+) create mode 100644 .DS_Store create mode 100644 MacOS/.DS_Store create mode 100644 MacOS/SetVolumeMax-MacOS/README.md create mode 100644 MacOS/SetVolumeMax-MacOS/payload.txt diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..93574820a6e6f9dc7f77b34a359e6b993854cb02 GIT binary patch literal 6148 zcmeHKU5nE|6ur}Sw~0mQgTlTD0bkd(xpGZ)M04 zx%7md(<{0|PqFF~n$cw;;(H-t7rZg`u|o_gUFC{f1#Ve!M+Mf`4XhXB7g)bGvx0eg zZu;{hIFF-r+GzX~rE+Cwx9U`#n)A;8DChpPKb@uR{^Simy_7Nz{^t9^>u5Od)o&cj zWZI9C;Y0;Q;SiL!XHgQ$d0WnsFjcX>u5et(?bY`di^FDP-)lZ>F895~qx+mce6U=) z&du9*AD{L<#p6VN!I#4Xc2i|MI(g&%voh%Og+EDRnT$}v>?%g#gpR3;F+sYjNQqhb zvD=|%7>5D3v&vMX{4F=iIp!77FV~}jhAy2#za#2Eoi0wXF@*(nct+>dsnVI6`yp1( zeB+$Xvk|;iW@edF+p4d!A7d4;3T%S{ygztw#+JcMquM%!dyOtd9yG#6rtXZ_B}->(b8yBtAJHtRe`d8 ztn>Nb{rCNUHOM|$1*`&BN&!*n_?J5PcI;1kt2KRK5U_xWOjcAf-q{Bnm1>LJ?`hB9utb`92h!fU_-cJO;6_ z6$L_QMzWthKYO3Fwg-Sr_UkiX2w=dbC_3m6RdLsm8&6sV}B;iOSE*LXLi8*nEE!MND74h;V;sgt>u)`(UskqLT zvpH_K?kUcx+29^m)IHE1xRaXmr*_WXD|0^EE}BNS;o=N91I~am;0*kL0p8gvgCj%l zodIXS8Tep8&xgRKSY(Wb>F8jWN&sS?>LeWNgIQxj#v)@hq=h0DO0-bPC5Biy^&$He z8Ka?vLvryUdFA)wMbhfbACfzyF!bITa0c28XzfcG>is|EFVk7%Cl~LW0cYU9G9dkO zQBL@E`ELF8oqE>>wre&O^@}>7aNK$XaH8kPaWa}c=$L**#%QQnRG-3${t!rnc;^iK G0t0XU|2_x+ literal 0 HcmV?d00001 diff --git a/MacOS/SetVolumeMax-MacOS/README.md b/MacOS/SetVolumeMax-MacOS/README.md new file mode 100644 index 0000000..dc67048 --- /dev/null +++ b/MacOS/SetVolumeMax-MacOS/README.md @@ -0,0 +1,33 @@ +# 🔊 SetVolumeMax-FlipZero by bst04 + +## ℹī¸ Description + +This payload, created by bst04, is designed to set the volume to maximum (100%) on a macOS device using AppleScript through Terminal. + +--- + +## 📖 Technical Explanation + +1. **Initialization**: + - `DELAY 1000`: Waits for 1 second to ensure the system is ready. + - `GUI SPACE`: Simulates pressing "Command" + "Space" to open Spotlight Search. + - `DELAY 250`: Waits for 0.25 seconds to ensure Spotlight is open. + +2. **Set Volume to 100%**: + - `STRING VOL=$(osascript -e 'Set Volume 100')`: Types the AppleScript command to set the system volume to 100%. + - `DELAY 250`: Waits for 0.25 seconds. + - `ENTER`: Executes the command to set the volume. + +3. **Close Terminal**: + - `DELAY 250`: Waits for 0.25 seconds. + - `GUI q`: Simulates pressing "Command" + "q" to quit the Terminal application. + +--- + +## 📜 Usage + +1. Copy the payload script to your DuckyScript-enabled device. +2. Ensure the device is connected to a macOS system. +3. Execute the payload to set the system volume to maximum (100%). + +--- diff --git a/MacOS/SetVolumeMax-MacOS/payload.txt b/MacOS/SetVolumeMax-MacOS/payload.txt new file mode 100644 index 0000000..7171336 --- /dev/null +++ b/MacOS/SetVolumeMax-MacOS/payload.txt @@ -0,0 +1,12 @@ +REM =========================== +REM payload by bst04 +REM =========================== + +DELAY 1000 +GUI SPACE +DELAY 250 +STRING VOL=$(osascript -e 'Set Volume 100') +DELAY 250 +ENTER +DELAY 250 +GUI q From 1f5d2106b919df4f8cd802e545985399527234ec Mon Sep 17 00:00:00 2001 From: aleff-github Date: Mon, 25 Nov 2024 16:53:31 +0100 Subject: [PATCH 2/2] adjustments --- .DS_Store | Bin 6148 -> 0 bytes MacOS/.DS_Store | Bin 6148 -> 0 bytes .../IPLogger-Discord_Webhook-by_bst04/README.md | 2 -- .../{ => Execution}/SetVolumeMax-MacOS/README.md | 6 +++++- .../SetVolumeMax-MacOS/payload.txt | 0 MacOS/README.md | 1 + README.md | 5 +++-- 7 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 .DS_Store delete mode 100644 MacOS/.DS_Store rename MacOS/{ => Execution}/SetVolumeMax-MacOS/README.md (81%) rename MacOS/{ => Execution}/SetVolumeMax-MacOS/payload.txt (100%) diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 93574820a6e6f9dc7f77b34a359e6b993854cb02..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKU5nE|6ur}Sw~0mQgTlTD0bkd(xpGZ)M04 zx%7md(<{0|PqFF~n$cw;;(H-t7rZg`u|o_gUFC{f1#Ve!M+Mf`4XhXB7g)bGvx0eg zZu;{hIFF-r+GzX~rE+Cwx9U`#n)A;8DChpPKb@uR{^Simy_7Nz{^t9^>u5Od)o&cj zWZI9C;Y0;Q;SiL!XHgQ$d0WnsFjcX>u5et(?bY`di^FDP-)lZ>F895~qx+mce6U=) z&du9*AD{L<#p6VN!I#4Xc2i|MI(g&%voh%Og+EDRnT$}v>?%g#gpR3;F+sYjNQqhb zvD=|%7>5D3v&vMX{4F=iIp!77FV~}jhAy2#za#2Eoi0wXF@*(nct+>dsnVI6`yp1( zeB+$Xvk|;iW@edF+p4d!A7d4;3T%S{ygztw#+JcMquM%!dyOtd9yG#6rtXZ_B}->(b8yBtAJHtRe`d8 ztn>Nb{rCNUHOM|$1*`&BN&!*n_?J5PcI;1kt2KRK5U_xWOjcAf-q{Bnm1>LJ?`hB9utb`92h!fU_-cJO;6_ z6$L_QMzWthKYO3Fwg-Sr_UkiX2w=dbC_3m6RdLsm8&6sV}B;iOSE*LXLi8*nEE!MND74h;V;sgt>u)`(UskqLT zvpH_K?kUcx+29^m)IHE1xRaXmr*_WXD|0^EE}BNS;o=N91I~am;0*kL0p8gvgCj%l zodIXS8Tep8&xgRKSY(Wb>F8jWN&sS?>LeWNgIQxj#v)@hq=h0DO0-bPC5Biy^&$He z8Ka?vLvryUdFA)wMbhfbACfzyF!bITa0c28XzfcG>is|EFVk7%Cl~LW0cYU9G9dkO zQBL@E`ELF8oqE>>wre&O^@}>7aNK$XaH8kPaWa}c=$L**#%QQnRG-3${t!rnc;^iK G0t0XU|2_x+ diff --git a/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04/README.md b/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04/README.md index 03f468e..b6fe8aa 100644 --- a/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04/README.md +++ b/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04/README.md @@ -6,8 +6,6 @@ -## Description - This script, created by bst04, is designed to work on macOS systems. It opens Terminal, fetches the public IP address of the device, and sends it to a Discord webhook using `curl`. --- diff --git a/MacOS/SetVolumeMax-MacOS/README.md b/MacOS/Execution/SetVolumeMax-MacOS/README.md similarity index 81% rename from MacOS/SetVolumeMax-MacOS/README.md rename to MacOS/Execution/SetVolumeMax-MacOS/README.md index dc67048..ffac455 100644 --- a/MacOS/SetVolumeMax-MacOS/README.md +++ b/MacOS/Execution/SetVolumeMax-MacOS/README.md @@ -1,6 +1,10 @@ # 🔊 SetVolumeMax-FlipZero by bst04 -## ℹī¸ Description +
+ +
+ +
This payload, created by bst04, is designed to set the volume to maximum (100%) on a macOS device using AppleScript through Terminal. diff --git a/MacOS/SetVolumeMax-MacOS/payload.txt b/MacOS/Execution/SetVolumeMax-MacOS/payload.txt similarity index 100% rename from MacOS/SetVolumeMax-MacOS/payload.txt rename to MacOS/Execution/SetVolumeMax-MacOS/payload.txt diff --git a/MacOS/README.md b/MacOS/README.md index 0c60949..ac11804 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -32,6 +32,7 @@ |System|Category|Name|PAP| |--|--|--|--| |![MacOS](https://img.shields.io/badge/macos-000000?style=for-the-badge&logo=macos&logoColor=white)|Execution|[IPLogger - Discord Webhook - by bst04](https://github.com/aleff-github/my-flipper-shits/tree/main/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04)|🟡| +|![MacOS](https://img.shields.io/badge/macos-000000?style=for-the-badge&logo=macos&logoColor=white)|Execution|[Set Volume Max - MacOS - by bst04](https://github.com/aleff-github/my-flipper-shits/tree/main/MacOS/Execution/SetVolumeMax-MacOS)|đŸŸĸ| ## Credits diff --git a/README.md b/README.md index 8970152..b38807e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ |![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)|5| |![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)|1| |**Tot**|87| -|**Community** contributions|5| +|**Community** contributions|6| |**Hak5** Payload accepted|115| |**Hak5** Payload Awarded|2| @@ -48,7 +48,7 @@ Contribute to the repository by publishing your payloads to climb the rankings |Rank|Contributor|Payloads Published| |----|-----------|------------------| -|đŸĨ‡ 1st|**[bst04](https://github.com/brunoooost)**|3| +|đŸĨ‡ 1st|**[bst04](https://github.com/brunoooost)**|4| |đŸĨˆ 2nd|**[NexusWannaBe](https://github.com/NexusWannaBe)**|2| |đŸĨ‰ 3rd| **[*maybe you...*](https://github.com/settings/profile)**|0| @@ -112,6 +112,7 @@ Contribute to the repository by publishing your payloads to climb the rankings |![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)|Execution|[Shutdown After 1 Minute - By NexusWannaBe](https://github.com/aleff-github/my-flipper-shits/tree/main/Windows/Execution/Shutdown_After_1_Minute-By_NexusWannaBe)|đŸŸĸ| |![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)|Execution|[Immediate Shutdown - By NexusWannaBe](https://github.com/aleff-github/my-flipper-shits/tree/main/Windows/Execution/Immediate_Shutdown-By_NexusWannaBe)|đŸŸĸ| |![MacOS](https://img.shields.io/badge/macos-000000?style=for-the-badge&logo=macos&logoColor=white)|Execution|[IPLogger - Discord Webhook - by bst04](https://github.com/aleff-github/my-flipper-shits/tree/main/MacOS/Execution/IPLogger-Discord_Webhook-by_bst04)|🟡| +|![MacOS](https://img.shields.io/badge/macos-000000?style=for-the-badge&logo=macos&logoColor=white)|Execution|[Set Volume Max - MacOS - by bst04](https://github.com/aleff-github/my-flipper-shits/tree/main/MacOS/Execution/SetVolumeMax-MacOS)|đŸŸĸ| |![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)|Prank|[Text Someone Message With iPhone - by bst04](https://github.com/aleff-github/my-flipper-shits/tree/main/iOS/Execution/Text_Someone_Message_With_iPhone-by_bst04)|🟡| |![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)**KDE**|Prank|[Change Desktop Wallpaper](https://github.com/aleff-github/my-flipper-shits/tree/main/GNU-Linux/Prank/ChangeDesktopWallpaper_LinuxKDE)|🟡| |![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)|Prank|[Send Signal Messages](https://github.com/aleff-github/my-flipper-shits/tree/main/Windows/Prank/SendSignalMessages_Windows)|🟡|