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/Execution/SetVolumeMax-MacOS/README.md b/MacOS/Execution/SetVolumeMax-MacOS/README.md new file mode 100644 index 0000000..ffac455 --- /dev/null +++ b/MacOS/Execution/SetVolumeMax-MacOS/README.md @@ -0,0 +1,37 @@ +# 🔊 SetVolumeMax-FlipZero by bst04 + +
+ +
+ +
+ +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/Execution/SetVolumeMax-MacOS/payload.txt b/MacOS/Execution/SetVolumeMax-MacOS/payload.txt new file mode 100644 index 0000000..7171336 --- /dev/null +++ b/MacOS/Execution/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 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)|🟡|