mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
Fix typos
This commit is contained in:
parent
1c2fb11278
commit
1361ac96c1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue