OpenSSL Shell
A Shell snippet for OpenSSL that answers requests for /pixel.gif with the empty GIF, decoded once at startup.
OpenSSL Shell
# -A: the input is a single line (no 64-column wrapping required)
echo 'R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==' | openssl base64 -d -A > pixel.gif
We ran this snippet and compared the bytes it returned.