Git Product home page Git Product logo

picoducky's Introduction

Pico W Ducky

GPLv3 License

Pico Ducky is a CircuitPython Pico W program that allows you to turn your regular old Pico W into a full working advanced hacking tool just with a few drag and drop actions

I was inspired by dbisu's interpretation but was disappointed that I couldn't get it working In this repository you will find everything you need to drag 'n' drop and get started.

Installation

Firstly you need to drop the flash_nuke.uf2 into the raspberry pi to clear up any old code that might have been already on the pi

flash_nuke.uf2

Once that has completed you need to drag and drop the adafruit-circuitpython-raspberry_pi_pico_w-en_US-8.0.3.uf2 Circuit Python uf2 onto the pi to be able to run the code

adafruit-circuitpython-raspberry_pi_pico_w-en_US-8.0.3.uf2

To deploy the python script all you need to do is drag and drop the Script into the circuit python pico directory

If you want to be able to modify the code after you've added the script file to the pi you will need to ground pin 0 GP0

Notes:

  • I have included the circuit python uf2 that I developed with, this install works and your milage may vary if you install directly from circuit python's website yourself.

  • You will not be able to view the directory and create custom scripts using the Web GUI at the same time due to read only restrictions in the Pi's FileSystem.

Deployment

To access the Web GUI you will first need to connect to the network the defaults are

SSID: Rasp Pi
Password: Password1234

These can be changed in the preferences tab in the Web GUI although you will need to reboot the Pi by unplugging it and replugging it back in.

Once you have connected to the network you will need to navigate to http://192.168.4.1 On the WebGUI you will be able to run, edit and delete scripts along with change the Pi's Preferences such as turning auto run on and off or chosing which script you want to auto run.

Documentation

These are all acceptable characters

Modifier keys:

  • WINDOWS (Win key)
  • GUI (Windows key or Command key on Mac)
  • APP (Application key or Menu key)
  • SHIFT
  • ALT
  • CONTROL (or CTRL)

Arrow keys:

  • DOWNARROW (Down arrow key)
  • DOWN (Down arrow key)
  • LEFTARROW (Left arrow key)
  • LEFT (Left arrow key)
  • RIGHTARROW (Right arrow key)
  • RIGHT (Right arrow key)
  • UPARROW (Up arrow key)
  • UP (Up arrow key)

Other keys:

  • BREAK (Pause/Break key)
  • PAUSE (Pause/Break key)
  • CAPSLOCK (Caps Lock key)
  • DELETE (Delete key)
  • END (End key)
  • ESC (Escape key)
  • ESCAPE (Escape key)
  • HOME (Home key)
  • INSERT (Insert key)
  • NUMLOCK (Num Lock key)
  • PAGEUP (Page Up key)
  • PAGEDOWN (Page Down key)
  • PRINTSCREEN (Print Screen key)
  • ENTER (Enter key)
  • SCROLLLOCK (Scroll Lock key)
  • SPACE (Spacebar)
  • TAB (Tab key)
  • BACKSPACE (Backspace key)

Alphabetic keys:

  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z

Function keys:

  • F1
  • F2
  • F3
  • F4
  • F5
  • F6
  • F7
  • F8
  • F9
  • F10
  • F11
  • F12

Ducky Commands:

  • REM - Comment
  • DELAY - Asynchronous Delay
  • STRING - Types out a string (can include Numbers)
  • PRINT - Prints to the python COM console
  • [DEFAULT_DELAY | DEFAULTDELAY] - Runs an Asynchronous Delay for the default time (can be changed in the config.json)
  • IMPORT <script> - Imports and runs other scripts (make sure you put ./scripts infront the name)

Features

  • Remotely Edit Payloads
  • WiFi Enabled
  • Undetectable by Windows, Mac and Linux
  • Easily Modifiable

Feedback

If you have any feedback, please make a Github Issue and I'll look into it.

Authors

Acknowledgements

License

GPLv3

picoducky's People

Contributors

bonsall2004 avatar

Stargazers

TechsavvyCNC avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

overcyber

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.