Directory Traversal

What is Directory Traversal

Directory Traversal also known as Path Traversal is a vulnerability which allows an attacker to view arbitrary files that is stored in the server where the vulnerable application is running.

These files might include:

  • Application code and data.

  • Credentials for back-end systems.

  • Sensitive operating system files.

Testing for Path Traversal

Input Vector Enumeration

Last updated