dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

Payload not working because of missing file #244

Closed MCAN023 closed 8 months ago

MCAN023 commented 8 months ago

Describe the issue I've set up all files as guide said but payload is not working.

To Reproduce Steps to reproduce the behavior:

Expected behavior I was waiting for payload but didnt happen. Checked on PuTTy and here it is.

Screenshots image

Debug info Press any key to enter the REPL. Use CTRL-D to reload. soft reboot

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable. code.py output: Traceback (most recent call last): File "code.py", line 15, in ImportError: no module named 'adafruit_hid.keyboard'

Code done running.

Additional context I didnt download code file just used ducky in python file as code I mean renamed it to code.

MCAN023 commented 8 months ago

Update: I've just found out there is 2 adafruit_hid folders and I've noticed I took the wrong one. Now code is running but payload is not working. image

MCAN023 commented 8 months ago

Update: I have downloaded the file code.py and duckyinpython.py and now its working 🥳.