> For the complete documentation index, see [llms.txt](https://books.spartan-cybersec.com/web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.spartan-cybersec.com/web/path-traversal.md).

# Path traversal

- [¿Path Traversal?](https://books.spartan-cybersec.com/web/path-traversal/path-traversal.md)
- [Lab 1: File path traversal, simple case](https://books.spartan-cybersec.com/web/path-traversal/lab-1-file-path-traversal-simple-case.md): https://portswigger.net/web-security/file-path-traversal/lab-simple
- [Lab 2: File path traversal, traversal sequences blocked with absolute path bypass](https://books.spartan-cybersec.com/web/path-traversal/lab-2-file-path-traversal-traversal-sequences-blocked-with-absolute-path-bypass.md): https://portswigger.net/web-security/file-path-traversal/lab-absolute-path-bypass
- [Lab 3: File path traversal, traversal sequences stripped non-recursively](https://books.spartan-cybersec.com/web/path-traversal/lab-3-file-path-traversal-traversal-sequences-stripped-non-recursively.md): https://portswigger.net/web-security/file-path-traversal/lab-sequences-stripped-non-recursively
