Live data from Hacker News

Show HN: Run unknown shell script with a line-by-line confirmation prompt

gist.github.com

1–10 of 86 posts

Re: Show HN: Run unknown shell script with a line-by-line confirmation prompt

#10

It’s probably possible to craft a script that looks innocuous line-by-line, but does something malicious as a whole.

Indeed. If the person does not understand why/what is encoded by things like xxd or base64 or using tr to swap/filter characters, then one should hopefully pull the eject lever. When in doubt, one can sandbox scripts and see what they are in effect trying to do.
Post reply on HN