duck2spark icon indicating copy to clipboard operation
duck2spark copied to clipboard

Converter for raw RubberDucky payloads to Digispark Arduino IDE Sketch source.

Results 10 duck2spark issues
Sort by recently updated
recently updated
newest added

> Problem : Throws TypeError: ord() ``` $> py duck2spark.py -i raw.bin -l 1 -f 2000 -o sketch.ino Traceback (most recent call last): File "duck2spark.py", line 155, in main(sys.argv[1:]) File...

If i run the example.sh, i got this Error: `Traceback (most recent call last): File "duck2spark.py", line 155, in main(sys.argv[1:]) File "duck2spark.py", line 140, in main result = generate_source(payload, init_delay=init_delay,...

root@kali:~# python2.7 duck2spark.py File "duck2spark.py", line 107 except getopt.GetoptError:

documentation is terrible

Hello, I'm quite new to coding stuff and also new to python. My Problem is following: ![image](https://user-images.githubusercontent.com/51717820/59294500-e7d9ef00-8c81-11e9-8241-a463728f375a.png)

Right now duck2spark doesn't seem to support multiple modifiers, and that's a real pity because in some layouts are really needed. For example, in the Italian Keyboard, the curly bracket...

The following code is line 64, 65 and 66 from the main .py file: ```py3 for c in range(l - 1): declare += str(payload[c]) + ", " declare += str(payload[l...

triage

I tried you're duck2spark converter (and also the DuckEncoder, Python Version). But i'll get some issues: I try to convert a duckyscript (for example this one: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---WiFi-password-grabber). I create a...

This software works very well, except that when I go to use the hardware on another computer, it is unable to locate a driver and nothing works as it is...