Valid PT0-003 Dumps shared by ExamDiscuss.com for Helping Passing PT0-003 Exam! ExamDiscuss.com now offer the newest PT0-003 exam dumps, the ExamDiscuss.com PT0-003 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PT0-003 dumps with Test Engine here:
A penetration tester is trying to get unauthorized access to a web application and executes the following command: GET /foo/images/file?id=2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2fetc%2fpasswd Which of the following web application attacks is the tester performing?
Correct Answer: C
The attacker is attempting to access restricted files by navigating directories beyond their intended scope. * Directory Traversal (Option C): * The request uses encoded "../" sequences (%2e%2e%2f = ../) to move up directories and access /etc/passwd. * This is a classic directory traversal attack aimed at accessing system files.