Skip to content
Fuzzing2.7 KB

FuzzDB Server-Side Includes Generic

Server-Side Includes (SSI) injection directives (#config, #echo, #exec, #include) for testing SSI processing and information disclosure on web servers.

View source
Size
2.7 KB
Category
Fuzzing
Source
fuzzdb-project/fuzzdb
License
GPLv2
Recommended tools
ffufwfuzzburp

Preview

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

>head server-side-includes-generic-fuzzdb.txt2.7 KB
<!--#config errmsg="File not found, informs users and password"-->
<!--#config timefmt="A %B %d %Y %r"-->
<!--#echo var="auth_type" -->
<!--#echo var="content_length" -->
<!--#echo var="content_type" -->
<!--#echo var="date_gmt" -->
<!--#echo var="date_local" -->
<!--#echo var="DATE_LOCAL" -->
<!--#echo var="document_name" -->
<!--#echo var="DOCUMENT_NAME" -->
<!--#echo var="document_root" -->
<!--#echo var="document_uri" -->
<!--#echo var="DOCUMENT_URI" -->
<!--#echo var="forwarded" -->
<!--#echo var="from" -->

Server-Side Includes (SSI) injection directives (#config, #echo, #exec, #include) for testing SSI processing and information disclosure on web servers.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 2.7 KB and pairs well with tools such as ffuf, wfuzz, burp. 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 fuzzdb-project/fuzzdb and distributed under GPLv2. Only use wordlists against systems you are explicitly authorized to test.