Skip to content

raspberry pi pico/w based rubber ducky. Also included some libs for esp8266 for wireless injection.

License

Notifications You must be signed in to change notification settings

Shubhamvis98/pico-rubberducky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

raspberry pi pico/w based rubber ducky. Also included some libs for esp8266 for wireless injection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages