bash -c "$(curl -sSLf $URL)"
curl $URL
less $FILE
bash $FILE
This attack only works at all if you download something and execute it immediately without looking at it.
. <(curl -sL $url)