mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-28 06:26:48 +00:00
24 lines
387 B
Markdown
24 lines
387 B
Markdown
# directory-traversal.zip
|
|
|
|
This zip file containes files with filenames for directory traversal:
|
|
|
|
- `..::..::;`
|
|
- `..::;`
|
|
- `..:;`
|
|
- `..;`
|
|
- `..;:`
|
|
- `..\:;`
|
|
- `.:..:`
|
|
- `.:..:;`
|
|
- `.:;`
|
|
- `.;`
|
|
- `.;:`
|
|
- `:..:;`
|
|
- `::..::;`
|
|
- `:;`
|
|
- `;`
|
|
- `;:`
|
|
- `;\:`
|
|
|
|
It's impossible to unzip this file on Windows, due to their arbitrary filename restrictions. It's possible to unzip it in WSL though.
|