A centralized place to collect USB Ninja payloads inspired by BashBunny repository.
- Fork it ( https://github.com/KINGSABRI/USBNinjaPayloads/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Add your script in the corresponding directory (NinjaBLESetup, NinjaKeyboard, NinjaMouse)
- Put each script in folder to keep the same structure.
- We do this in case a script has related files (eg. ChangeBgrndRunMalware).
- Add description in your scripts. (check the current payloads)
- Add more comments in your code.
- Use soft tabs (spaces) instead of tab (
\t
) in your code indentation