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.18k stars 81 forks source link

Create Spam_Terminals #19

Closed brunoooost closed 3 weeks ago

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

all done ;) here, [repository.txt] (https://github.com/brunoooost/SpamTerminalsWin-FlipZero/tree/main)

brunoooost commented 4 weeks ago

Hey, i just created all you ask.

aleff-github commented 3 weeks ago

all done ;) here, [repository.txt] (https://github.com/brunoooost/SpamTerminalsWin-FlipZero/tree/main)

The link is broken, however you can upload yourself the readme file into the branch as you edited the file into this commit https://github.com/aleff-github/my-flipper-shits/pull/19/commits/cc2dbfb7cd09964a5e6f5222c0b735d87af5e9e1

brunoooost commented 3 weeks ago

okey ;)