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?

https://github.com/carvilsi/flipper0-badUSB-linux-tester

#badusB #flipperZero #duckyScript

GitHub - carvilsi/flipper0-badUSB-linux-tester: Test your Flipper Zero BadUSB Scripts without uploading payload into device

Test your Flipper Zero BadUSB Scripts without uploading payload into device - carvilsi/flipper0-badUSB-linux-tester

GitHub
duckyPad Pro: Total Macro Control

Macropads have become an indispensable tool for many computer users, especially those doing CAD/CAM work, artists, programmers, and power users in general. Four years ago, dekuNukem released the or…

Tindie Blog
heise-Angebot: Intelligentes Makro-Keypad mit Tastenbeleuchtung und OLED-Display programmieren

In der Make-Ausgabe 3/22 bauen und programmieren wir ein 15-Tasten-Pad, das maßgeschneidert und abhängig vom Programmkontext viel Tippen und Mausschubsen spart.
Intelligentes Makro-Keypad mit Tastenbeleuchtung und OLED-Display programmieren
Intelligentes Makro-Keypad mit Tastenbeleuchtung und OLED-Display programmieren

In der Make-Ausgabe 3/22 bauen und programmieren wir ein 15-Tasten-Pad, das maßgeschneidert und abhängig vom Programmkontext viel Tippen und Mausschubsen spart.

heise online

Top tip: for those times when you can't #SSH into your #headless #RaspberryPi and you don't want to pull the power, set up a #duckyscript on a '#badUSB' to inject the keystrokes required for a shutdown or reboot. Recommended links below. Also be mindful to put in good delays between commands. I've found the login process can lag sometimes, and you don't want your script finishing prematurely.

Bad USB: https://hak5.org/products/usb-rubber-ducky-deluxe

Ducky script examples: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads

USB Rubber Ducky