QuestionQ72

Tools/Systems/Programs

Which attack enables an attacker to access restricted directories—including application source code, configuration files, and critical system files—and execute commands outside the web server’s root directory?

  • A Parameter/form tampering
  • B Unvalidated input
  • C Directory traversal
  • D Security misconfiguration
Explanation

Directory traversal uses manipulated file paths to escape the intended web-root directory and access restricted files or directories on the server.

Community Discussion

No comments yet. Be the first to start the discussion!