pull down to refresh

# ── Configure proxy bypass for messaging platforms

lol

But more importantly: the issue is | bash. It's fine if you change that into > /tmp/script.sh and then you do cat /tmp/script.sh and then you do bash /tmp/script.sh

The problem is immediate execution. Imagine all these gazillion of years people spent on trying to make eval secure in any language (and often gave up)... and then people do this.

"Yes, I trust you, random anon on the internet that vibe coded something, what can possibly go wrong?"

Right! | bash the script is the biggest issue. Hahaha

reply

Yeah! Please remember that next post 😂

reply
#!/bin/bash

while true
do
  echo "Don’t run scripts without checking the code first."
done
reply