mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-18 13:15:54 +00:00
Add a initial collection of template engines expression
This commit is contained in:
committed by
GitHub
parent
fa5ef9b567
commit
1bd30300de
@@ -0,0 +1,6 @@
|
|||||||
|
{42*42}
|
||||||
|
{{42*42}}
|
||||||
|
{{{42*42}}}
|
||||||
|
#{42*42}
|
||||||
|
${42*42}
|
||||||
|
<%=42*42 %>
|
||||||
Reference in New Issue
Block a user