Fix typos
This commit is contained in:
committed by
GitHub
parent
1c2fb11278
commit
1361ac96c1
@@ -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
|
# 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:
|
# 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
|
# 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.
|
# 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)
|
# 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:
|
# Sources:
|
||||||
# https://portswigger.net/research/server-side-template-injection
|
# https://portswigger.net/research/server-side-template-injection
|
||||||
|
|||||||
Reference in New Issue
Block a user