Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 934 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 934 Bytes

RASPBERRY PI PICO RUBBERDUCKY v2

Now you can import as module and use it without editing the source file.

  from ducky import DUCKY
  duck = DUCKY(filename)
  duck.run()

asciicast

INSTALLATION

  1. Download CircuitPython for the Raspberry Pi Pico.
  2. Plug your Raspberrypi Pico while holding the boot button and put adafruit-circuitpython-raspberry_pi_pico-en_US-7.x.x.uf2 in pico USB Drive (RPI-RP2).
  3. Download adafruit circuitpython bundle and extract "adafruit_hid" module in your CIRCUITPI drive's lib directory.
  4. Copy all the files from this repository to CIRCUITPI drive.

ENABLE/DISABLE USB

You can also enable or disable CIRCUITPI drive automount and Read-Write access. Edit boot.py and change ENABLE_USB and RW_ACCESS parameters.