SecLists/Fuzzing/template-engines-expression.txt
Dominique RIGHETTO 611d47caf3
Add a version of the payload for CodeContext
Add the payload "42*42" to the fuzzing list in order to cover the "Code context" detection point mentioned in the https://portswigger.net/web-security/server-side-template-injection training
2020-04-25 09:13:06 +02:00

8 lines
66 B
Plaintext

42*42
{42*42}
{{42*42}}
{{{42*42}}}
#{42*42}
${42*42}
<%=42*42 %>