CS0-003 · Question #408
While reviewing the web server logs a security analyst notices the following snippet ..\../..\../boot.ini Which of the following is being attempted?
The correct answer is A. Directory traversal. The log entry "......\boot.ini" is indicative of a directory traversal attack, where an attacker attempts to access files and directories that are stored outside the web root folder. The log snippet "......\boot.ini" is indicative of a directory traversal attack. This type of…
Question
While reviewing the web server logs a security analyst notices the following snippet ..../..../boot.ini Which of the following is being attempted?
Options
- ADirectory traversal
- BRemote file inclusion
- CCross-site scripting
- DRemote code execution
- EEnumeration of/etc/pasawd
How the community answered
(43 responses)- A95% (41)
- C2% (1)
- D2% (1)
Explanation
The log entry "......\boot.ini" is indicative of a directory traversal attack, where an attacker attempts to access files and directories that are stored outside the web root folder. The log snippet "......\boot.ini" is indicative of a directory traversal attack. This type of attack aims to access files and directories that are stored outside the web root folder. By manipulating variables that directories stored on the file system.
Topics
Community Discussion
No community discussion yet for this question.