Created
August 22, 2023 22:31
-
-
Save DanaEpp/97bd46dddb535c1060c071aab74b221b to your computer and use it in GitHub Desktop.
SSTI template expression payloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{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