mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-12 02:05:48 +00:00
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
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.
|
|
|
|
|
|
## max-length.zip
|
|
|
|
This zip file containes files with long filenames for testing buffer overflow vulnerabilities, or error-based access control vulnerabilities. This zip also includes a script to generate arbitrarily long filenames.
|
|
|
|
|
|
- `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.php.gif`
|
|
- `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`
|
|
- `make-255.sh`
|
|
|
|
> It's impossible to unzip this file on Windows, due to their arbitrary filename restrictions. It's possible to unzip it in WSL though.
|