aleff-github / my-flipper-shits

Free and libre source BadUSB payloads for Flipper Zero. [Windows, GNU/Linux, iOS]
https://aleff-github.github.io/my-flipper-shits/
GNU General Public License v3.0
1.2k stars 84 forks source link

Create Text_Someone_Message_With_iPhone #17

Closed brunoooost closed 1 month ago

brunoooost commented 1 month ago

Including a payload that send a message to someone with iphone

aleff-github commented 1 month ago

Before accepting your payload, I would like to suggest a few improvements:

  1. Please add a README file that provides a technical explanation of what your payload does. You can refer to the README of NexusWannaBe for guidance.

  2. Add a brief delay at the start of the program. When the GUI r command is executed, the operating system needs some time to process the device. To ensure proper execution, it’s recommended to introduce a short delay (even 1 or 2 seconds but however it depends) before proceeding with the actual execution.

  3. When executing a STRING command, it must complete 100% before proceeding. Therefore, adding a delay between the STRING command and the ENTER key might be unnecessary, unless you’ve encountered race conditions during testing where the device seems to prematurely consider the input complete. If that’s the case, it would be interesting to discuss and understand why this happens.

I haven’t had a chance to test your payload yet, but once I do, I’ll be happy to add it to the payload list.

Looking forward to your updates, Aleff

brunoooost commented 1 month ago

Okey, i’ll do it. Enviado desde mi iPhoneEl 22 oct 2024, a las 11:34, Aleff @.***> escribió: Before accepting your payload, I would like to suggest a few improvements:

Please add a README file that provides a technical explanation of what your payload does. You can refer to the README of NexusWannaBe for guidance.

Add a brief delay at the start of the program. When the GUI r command is executed, the operating system needs some time to process the device. To ensure proper execution, it’s recommended to introduce a short delay (even 1 or 2 seconds but however it depends) before proceeding with the actual execution.

When executing a STRING command, it must complete 100% before proceeding. Therefore, adding a delay between the STRING command and the ENTER key might be unnecessary, unless you’ve encountered race conditions during testing where the device seems to prematurely consider the input complete. If that’s the case, it would be interesting to discuss and understand why this happens.

I haven’t had a chance to test your payload yet, but once I do, I’ll be happy to add it to the payload list. Looking forward to your updates, Aleff

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

brunoooost commented 1 month ago

Okey so here is the payload with the 2 seg and the review of the enter and string: Send_Message_ios.txt also the readme here: README.md

brunoooost commented 1 month ago

so...

brunoooost commented 1 month ago

Hey, let me know 🙌

aleff-github commented 1 month ago

Hey, let me know 🙌

Sorry for the delay, i'll check it asap, don't worry ^_^

aleff-github commented 1 month ago

Okey so here is the payload with the 2 seg and the review of the enter and string: Send_Message_ios.txt also the readme here: README.md

both links are broken, however you can upload yourself the readme file into the branch