hak5 / usbrubberducky-payloads

The Official USB Rubber Ducky Payload Repository
https://usbrubberducky.com
3.88k stars 1.29k forks source link

[Payload BUG] write a short description here #377

Closed ZekePolarisBSH closed 1 year ago

ZekePolarisBSH commented 1 year ago

Payload Title

Multiple Path Error?

Payload URL

https://github.com/hak5/usbrubberducky-payloads/tree/master/payloads/library/prank/Alien%20Message%20From%20Computer

Payload Setup

It requires no set up it says.

Problem Description

New-Item : Cannot bind parameter because parameter 'Path' is specified more than once. To provide multiple values to parameters that can accept multiple values, use the array syntax. For example, "-parameter value1,value2,value3". At line:1 char:65

Troubleshooting steps

Not sure if I really need to edit this or is there a bug going on. In other words I don't know what steps to take for this.

Suspected Cause

Possible Bug or it really needs to be edited by the user. Idk...

Screenshots or additional information

I don't know what it means by I am using PayloadStudio to encode this payload since it said nothing need to be done to use it and isn't it already encoded? Also can't even use PayloadStudios. Also the files I got from this was downloaded from a source that already made these files ready for us on the Flipper. Any ideas anyone? Also I noticed a lot of the safe files for these things are starting to get detected even with AV turned off fully. Think something wrong with my system?

Checklist ✅ - READ CAREFULLY

Agreement

aleff-github commented 1 year ago

Hi, thanks for reporting this bug. The problem consists in the fact that the line of code number 27 does not terminate the command and, therefore, it rejoins the next line, i.e. 30 by continuing to write and not separating the two commands.

In order to fix this bug there can be many solutions, one of which has been considered in the following Pull Request https://github.com/hak5/usbrubberducky-payloads/pull/378

Thank you for reporting this problem and I encourage you to report others if you find any in the future.

ZekePolarisBSH commented 1 year ago

No problem and I do my best, without flood/spam by accident due to I like to type. Also keep up the good work

dallaswinger commented 10 months ago

fix pr merged