Directory Traversal

Difficulty: Beginner

Question

What is directory traversal (dot-dot-slash)?

Answer

An attack that uses `../` sequences to access files outside the intended web root directory (e.g., `../../etc/passwd`).

Concepts covered

Filesystem, Path Injection