#duckyscript — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #duckyscript, aggregated by home.social.
-
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.
https://github.com/carvilsi/rubber-dolphy
#flipperZero #badusb #dataexfiltration #duckyscript #cutreLabs
-
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.
https://github.com/carvilsi/rubber-dolphy
#flipperZero #badusb #dataexfiltration #duckyscript #cutreLabs
-
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.
https://github.com/carvilsi/rubber-dolphy
#flipperZero #badusb #dataexfiltration #duckyscript #cutreLabs
-
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.
https://github.com/carvilsi/rubber-dolphy
#flipperZero #badusb #dataexfiltration #duckyscript #cutreLabs
-
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?
-
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 -
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