Writing Badusb for Flipper Zero

Sdílet
Vložit
  • čas přidán 16. 03. 2023
  • ko-fi.com/rad_linux
    Today I'm going to show you how to write a badusb file for automation. Please note that badusb files must be saved as .txt in order to be read. You may also need to change the text formatting if you are using a windows text editor. A completed file needs to be placed in the nfc folder on your flipper zero sd card.
    you can find rubber ducky 1.0 syntax here:
    web.archive.org/web/202208162...
    I'm using the latest Dev release of the Official Flipper Firmware for this demonstration.
  • Věda a technologie

Komentáře • 17

  • @benr6878
    @benr6878 Před 4 měsíci +1

    Hey man just found your channel, just wanted to say that not only was this video super helpful, but your whole channel has been a huge aid since there’s somewhat limited info with regards to certain flipper “activities” lol… I’m gonna keep watching!

    • @rad_linux
      @rad_linux  Před 4 měsíci

      glad you found it helpful!!! thanks for checking out my other videos too

  • @TeenyMango2312
    @TeenyMango2312 Před rokem +1

    That is really impressive!

    • @rad_linux
      @rad_linux  Před rokem

      awwwe, thanks! its not as complicated as it looks ^_^

  • @OneIdeaTooMany
    @OneIdeaTooMany Před 4 měsíci +1

    I wanted to use this to enter the correct passcode on a phone (screen dead or touchscreen broken). Do you know if its possible for scripts to take a parameter or environment variables? Most of the passcode scripts are all about stealing them rather than entering the right passcode

    • @rad_linux
      @rad_linux  Před 4 měsíci

      the flipper zero and other community projects rely on rubber ducky 1.0. This is the most basic functionality, mostly revolving around keyboard input. Last I checked there are 2 more versions 2.0 and 3.0. These versions are much more feature rich, but unfortunately they are proprietary, while 1.0 has been released as open source. Somebody in the comments here mentioned they are working on adding environment variables, but I haven't heard of a finished product yet.

    • @rad_linux
      @rad_linux  Před 4 měsíci

      to be honest, you should be able to hardcode the password since you already know it. I dont think you should need environment variables. You can also try a piece of software called guiscrcpy. it lets you see the phones screen on your monitor and lets you input using your keyboard and mouse

  • @Morcego538
    @Morcego538 Před 8 měsíci

    If I have a bad usb script allready saved in the flipper that sends my phone to a website page, if I delete the link for this page in the script, and insert another site it will send my phone to that new page I just inserted there right?

    • @rad_linux
      @rad_linux  Před 7 měsíci

      If I understand your question correctly, yes. If you change the URL in a preexisting script it should send you to the new URL

  • @lilp4p1
    @lilp4p1 Před 5 měsíci +1

    what a great video I actually started working on guetting variable support on the bad usb I think if im successful you could create a .env file that would allow you to make global variables for all your scripts would help with the password issue

    • @rad_linux
      @rad_linux  Před 5 měsíci

      thats awesome! stronger badusb on the flipper would be such a cool addition

  • @Alert-fox
    @Alert-fox Před 5 měsíci

    What application should I download to make Bad usb for flipper zero

    • @rad_linux
      @rad_linux  Před 5 měsíci

      since bad usb scripts are just text files you only need a text editor like notepad. Then you use ducky syntax to write a script.

  • @Savage.735
    @Savage.735 Před rokem +1

    Nice 👍

  • @lucadelgiudice769
    @lucadelgiudice769 Před rokem

    Hi I would like to ask you a question in private, if is it possible where can I contact you? Thank you

    • @rad_linux
      @rad_linux  Před rokem +2

      sorry, I only answer questions publicly in order to make that information available to everybody