A server can detect if you're piping curl in to a shell like `curl | bash` and send a different payload
A server can detect if you're piping curl in to a shell like `curl | bash` and send a different payload
@jehna That's kind of amazing.
I bet there's stuff you could add on top of that to detect the type of system that the script is running on. Maybe something like a `dd if=/dev/urandom of=/dev/null bs=1M count=1024` to determine performance of the RNG.