mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #426 from righettod/master
Add the expression for the "doT.js" and the "dust.js" template engines Source: - https://github.com/epinna/tplmap/tree/master/plugins/engines - https://olado.github.io/doT/index.html - http://www.dustjs.com/
This commit is contained in:
commit
15b1fa3a65
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@
|
||||||
#{42*42}
|
#{42*42}
|
||||||
${42*42}
|
${42*42}
|
||||||
<%=42*42 %>
|
<%=42*42 %>
|
||||||
|
{{=42*42}}
|
||||||
|
{^xyzm42}1764{/xyzm42}
|
||||||
|
|
Loading…
Add table
Reference in a new issue