Remix.run Logo
bawolff 2 days ago

Literally anything else.

Keep in mind that its possible to detect when someone is doing curl | bash and only send the malicious code when curl is being piped, to make it very hard to detect.

SoftTalker 2 days ago | parent [-]

curl | tee foo.sh

and then inspect foo.sh and then (maybe) cat foo.sh | bash

Does that avoid the issue?

broken-kebab 2 days ago | parent [-]

Yes, but will you do it really?