This website requires JavaScript.
Explore
Help
Sign In
admin
/
SecLists
Watch
1
Star
0
Fork
0
You've already forked SecLists
mirror of
https://github.com/danielmiessler/SecLists.git
synced
2025-06-08 05:57:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
SecLists
/
Fuzzing
/
template-engines-expression.txt
9 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
42*42
Add a initial collection of template engines expression
2020-04-18 17:16:20 +02:00
{42*42}
{{42*42}}
{{{42*42}}}
#{42*42}
${42*42}
<%=42*42 %>
Add the expression for the doT engine
2020-05-03 10:30:48 +02:00
{{=42*42}}
Reference in New Issue
Copy Permalink