Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod authored Sep 14, 2020
1 parent 1c2fb11 commit 1361ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fuzzing/template-engines-special-vars.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# !!!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
# Special variables are grouped by template engine in order to facilitate the identification.
# 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
Expand Down

0 comments on commit 1361ac9

Please sign in to comment.