Fix typos

This commit is contained in:
Dominique RIGHETTO 2020-09-14 14:30:00 +02:00 committed by GitHub
parent 1c2fb11278
commit 1361ac96c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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