Skip to content
Fuzzing22 KB

LFI Path-To-Test (LFISuite)

Local File Inclusion path-to-test payloads bundled from LFISuite, covering common Unix/Linux files and PHP wrapper/proc tricks. Useful for parameter fuzzing to detect file disclosure.

View source
Size
22 KB
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufwfuzzburp

Preview

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

>head lfi-lfisuite-pathtotest.txt22 KB
/etc/passwd
../logs/access_log
../logs/error_log
/etc/shadow
/etc/group
proc/self/environ
/proc/self/environ
/proc/self/cmdline
/proc/self/stat
/proc/self/status
/proc/self/fd/0
/proc/self/fd/1
/proc/self/fd/2
/proc/self/fd/3
/proc/self/fd/4

Local File Inclusion path-to-test payloads bundled from LFISuite, covering common Unix/Linux files and PHP wrapper/proc tricks. Useful for parameter fuzzing to detect file disclosure.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 22 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 danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.