hak5 / bashbunny-payloads

The Official Bash Bunny Payload Repository
https://bashbunny.com
2.6k stars 1.46k forks source link

QUACKed - Send Messages In Discord Channel-Server #637

Open aleff-github opened 1 year ago

hak5darren commented 1 year ago

@aleff-github this isn't valid DuckyScript for the Bash Bunny. The Bash Bunny uses DuckyScript 1.0 and Bash. You're submitting DuckyScript 3.0. See the documentation at https://docs.hak5.org/bash-bunny/writing-payloads/duckyscript-tm-on-the-bash-bunny

aleff-github commented 1 year ago

@aleff-github this isn't valid DuckyScript for the Bash Bunny. The Bash Bunny uses DuckyScript 1.0 and Bash. You're submitting DuckyScript 3.0. See the documentation at https://docs.hak5.org/bash-bunny/writing-payloads/duckyscript-tm-on-the-bash-bunny

I think I only used string_block from DuckyScript version 3 and so I modified the payload

aleff-github commented 1 year ago

Pull Request closed by mistake

dallaswinger commented 1 year ago

QUACK must prepend any DuckyScript commands on the bash bunny.

STRINGLN and DEFINE are DS3

please take a look at existing bash bunny payloads.

aleff-github commented 1 year ago

QUACK must prepend any DuckyScript commands on the bash bunny.

STRINGLN and DEFINE are DS3

please take a look at existing bash bunny payloads.

Ok thanks for reporting, I'll fix it as soon as possible for all payloads

aleff-github commented 1 year ago

QUACK must prepend any DuckyScript commands on the bash bunny.

I noticed that some Payloads use the # character to comment on a line, some REM and some use the * character, would it be possible to figure out what is the right version for DS1?

Also, I didn't understand what you mean by QUACK since I didn't encounter it in any payload I opened

aleff-github commented 1 year ago

QUACK must prepend any DuckyScript commands on the bash bunny.

@dallaswinger I QUACKed everything, now they should respect the Bush Bunny format. Thanks for your patience and help.