Skip to content

Instantly share code, notes, and snippets.

@TheLeftExit
Created March 14, 2026 20:07
Show Gist options
  • Select an option

  • Save TheLeftExit/caebdde3029f0bf9d1d36a7fd2e48307 to your computer and use it in GitHub Desktop.

Select an option

Save TheLeftExit/caebdde3029f0bf9d1d36a7fd2e48307 to your computer and use it in GitHub Desktop.
GitHub Pages at home
TMPDIR=$(mktemp -d)
ORIGIN=$(pwd)
cd $TMPDIR
git clone $ORIGIN .
bash build.sh # oooh RCE!
cd
rm -rf $TMPDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment