mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-22 15:02:16 +02:00
Add a initial collection of template engines expression
This commit is contained in:
parent
fa5ef9b567
commit
1bd30300de
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…
Reference in a new issue