Skip to content
Fuzzing930 lines (32 KB)

LFI Payloads (Jhaddix)

Jhaddix's curated Local File Inclusion and path-traversal payloads (encoded /etc/passwd, boot.ini, and more). Feed into a fuzzer's parameter position to test for LFI and directory traversal.

View source
Size
930 lines (32 KB)
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufwfuzzferoxbuster

Preview

First 10 entries. Download or copy the full list (930 lines (32 KB)) using the buttons above.

>head lfi-jhaddix.txt930 lines (32 KB)
/etc/passwd
/etc/shadow
../../../../../../etc/passwd
../../../../../../etc/shadow
..%2F..%2F..%2Fetc%2Fpasswd
/proc/self/environ
C:\boot.ini
..\..\..\windows\win.ini
/var/log/apache/access.log
php://filter/convert.base64-encode/resource=index.php

Jhaddix's curated Local File Inclusion and path-traversal payloads (encoded /etc/passwd, boot.ini, and more). Feed into a fuzzer's parameter position to test for LFI and directory traversal.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 930 lines (32 KB) and pairs well with tools such as ffuf, wfuzz, feroxbuster. 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.