dbisu / pico-ducky

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

Assets on Root directory #94

Closed Senophyx closed 2 years ago

Senophyx commented 2 years ago

Is it possible to put assets on Pico's root directory? So when run on a computer, it doesn't need to download the assets, just copy from root directory.

Senophyx commented 2 years ago

Nvm, it's possible

d3k4-k3rb3r0s commented 2 years ago

err, elaborate? that sounds like a game changer..

dbisu commented 2 years ago

It is possible to store some files locally on the USB mass storage part of the Pico. There is, I believe, less than 1MB of storage available, so your assets need to be fairly small. You need to have a good idea on where it will mount/enumerate on your target computer for the scripts to work properly.

d3k4-k3rb3r0s commented 2 years ago

interesting. the least appealing thing about ducks is that we almost always have to rely on having the target reach out and pull down the true payload.

Senophyx commented 2 years ago

It is possible to store some files locally on the USB mass storage part of the Pico. There is, I believe, less than 1MB of storage available, so your assets need to be fairly small. You need to have a good idea on where it will mount/enumerate on your target computer for the scripts to work properly.

Yea, i have to compress my bmp file which was originally 9 mb to 200kb :|