What is a Directory traversal attack?
Answers
Answered by
5
Explanation:
Directory traversal or Path Traversal is an HTTP attack which allows attackers to access restricted directories and execute commands outside of the web server’s root directory. Web servers provide two main levels of security mechanisms Access Control Lists (ACLs)
Answered by
51
Explanation:
directory traversal attack exploits insufficient security validation or sanitization of user-supplied file names, such that characters representing "traverse to parent directory" are passed through to the operating system's file system API
Similar questions