home.social

#duckyscript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #duckyscript, aggregated by home.social.

  1. Just released Rubber Dolphy PoC.

    The idea is to have a way to copy some data into FlipperZero when using it as BadUsb device, to perform data exfiltration.

    github.com/carvilsi/rubber-dol

    #flipperZero #badusb #dataexfiltration #duckyscript #cutreLabs

  2. Added new release v1.2.0 to flipper0-badUSB-linux-tester; Test your Flipper Zero BadUSB DuckyScripts without uploading payload into device

    Now with more nice and consistent cli arguments.

    🤔 pondering about add a new feature to compose DukyScripts based on other template scripts.

    Something like:

    ```
    REM This is an example of external script
    EDS <open_terminal.txt>

    STRING echo "The world is all that is the case"
    ```

    and on open_terminal.txt content:
    ```
    REM try to find and open a terminal
    STRINGLN sh -c "xdg-terminal-exec||kgx||ptyxis||gnome-terminal||mate-terminal||xfce4-terminal||tilix||konsole||xterm||wezterm-gui"

    DELAY 500
    ```

    So it will create a new duckyScript based on small templates script, then test it locally and later upload it the duckyScript to flipperZero for definitive testing.

    What do you think?

    github.com/carvilsi/flipper0-b

    #badusB #flipperZero #duckyScript