Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 949 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 949 Bytes

USBNinjaPayloads

A centralized place to collect USB Ninja payloads inspired by BashBunny repository.

Contributing

  1. Fork it ( https://github.com/KINGSABRI/USBNinjaPayloads/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Notes

  • Add your script in the corresponding directory (NinjaBLESetup, NinjaKeyboard, NinjaMouse)
  • Put each script in folder to keep the same structure.
  • 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