Skip to content

Shubhamvis98/pico-rubberducky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81465f3 · May 19, 2024

History

23 Commits
May 19, 2024
Feb 8, 2023
Feb 5, 2023
Dec 14, 2021
Feb 4, 2023
Dec 14, 2021
Feb 4, 2023
Dec 14, 2021

Repository files navigation

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.