Avatar

Labs / Path Traversal

  • Daily Challenge
  • Released 18 Jul 2025
The lab needs to be started first.
Need help to start?
Daily Challenge

Path Traversal Challenge

Challenge Overview

A vulnerable file server is running with a CGI script that allows path traversal. Your task is to exploit the vulnerability to access files outside the web root and extract the hidden flag.

Learning Objectives

  • Understand path traversal vulnerabilities
  • Learn about CGI script exploitation
  • Practice directory traversal techniques
  • Recognize the importance of proper input validation

Challenge Details

Access the vulnerable file server and find a way to exploit the path traversal vulnerability to read files outside the web root directory.