mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 09:49:26 -04:00
Merge pull request #412 from righettod/master
Collection of template engines expression Source: https://github.com/expressjs/express/wiki#template-engines
This commit is contained in:
commit
a7dbde1ec9
1 changed files with 6 additions and 0 deletions
6
Fuzzing/template-engines-expression.txt
Normal file
6
Fuzzing/template-engines-expression.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
{42*42}
|
||||
{{42*42}}
|
||||
{{{42*42}}}
|
||||
#{42*42}
|
||||
${42*42}
|
||||
<%=42*42 %>
|
Loading…
Add table
Reference in a new issue