diff --git a/Fuzzing/template-engines-special-vars.txt b/Fuzzing/template-engines-special-vars.txt index c95f608..56e7db2 100644 --- a/Fuzzing/template-engines-special-vars.txt +++ b/Fuzzing/template-engines-special-vars.txt @@ -1,4 +1,3 @@ -# !!!WILL BE PUBLISHED VIA A PR TO SECLISTS REPO WHEN FINISHED!!! # The objective of this dictionary is to help to discover the template engine used # once a evaluation of a template expression was detected via the following dictionary: # https://github.com/danielmiessler/SecLists/blob/master/Fuzzing/template-engines-expression.txt @@ -6,7 +5,7 @@ # Use the term between the expression syntax identified as evaluated like "{{ xxx }}" for example. # # Indicate to your fuzzer to ignore a line starting with: "# " (space is important) -# You can also filter the dictionary before to use via the command: grep -v "# " > dict.txt +# You can also filter the dictionary before to use it via the command: grep -v "# " > dict.txt # # Sources: # https://portswigger.net/research/server-side-template-injection