-
# Hardware Definition
* Use the API defined by Adafruit's Macropad for hardware definition.
* Enable the creation of more keyboard hardware definitions.
* Support keypads, buttons, encoders, …
-
Hello,
Will these scripts work with the Digispark?
Can you make tutorial video guides?
Thanks
-
user$ python uduck_upload.py youtube-blaster.txt
CAN'T PROCESS... REM Author: Cody Theodore
CAN'T PROCESS... REM Title: OSX Youtube Blast
CAN'T PROCESS... REM This payload will open terminal, crank…
-
Is there a way to make the DuckyPad send the same set of keystrokes forever, or until some other key on the DuckyPad is pressed?
My thought is to have something similar to one of those "mouse wiggl…
-
Add button to Duckypad configurator that will launch a window to define name/string pairs
substitute name for string when writing saving profiles to Duckypad
example
namestring pair
{password} =…
-
I've been playing around with your ducky2python thing and used a very basic Hello World Ducky script from ducktoolkit dot com userscripts.
Your translation of "GUI r" to pyautogui.hotkey("win","R")…
-
It would be nice to have support for mouse injections (in my case only movement is necessary, but it would probably be nice for completeness to be able to click arbitrary buttons too).
-
The original P4wnP1 had some AMAZING demo payloads(mainly HID_Backdoor and the windows lockpicker) but the current ALOA has much better scripting, therefore, ideally, the user should be able to ge…
-
Hi, I'm looking into getting a duckypad but I wanted to make sure it supported key combinations where one of the keys is assigned to Shift, Ctrl, or Alt. From the looks of the docs it seems to, since …
-
I am piping live stream from keyboard into duckencoder.py; this is PITA because duckencoder.py is designed to work on closed stream, and not live pipe. Issue lays in both methods -r and -p, due to the…