berdav / CVE-2021-4034

CVE-2021-4034 1day
MIT License
1.94k stars 508 forks source link

One-liner: Use `eval` for the commands #20

Closed owl4ce closed 2 years ago

owl4ce commented 2 years ago
This will execute shell-scripts that are `curl`ed using current shell.

Fixes the pipe (stdin) problems when executing the ELF, alternatively
using `bash` or `zsh` you can use process substitution.
owl4ce commented 2 years ago

It's actually better to shortlink, but git.io doesn't accept new links to shorten anymore.

berdav commented 2 years ago

This it is cleaner than the cat trick. Thank you very much.

Merged.