412-79V8 · Question #104
A directory traversal (or path traversal) consists in exploiting insufficient security validation/sanitization of user-supplied input file names, so that characters representing "traverse to parent…
The correct answer is A. dot-dot-slash (../) sequence. directory traversal)
Question
A directory traversal (or path traversal) consists in exploiting insufficient security validation/sanitization of user-supplied input file names, so that characters representing "traverse to parent directory" are passed through to the file APIs. The goal of this attack is to order an application to access a computer file that is not intended to be accessible. This attack exploits a lack of security (the software is acting exactly as it is supposed to) as opposed to exploiting a bug in the code. To perform a directory traversal attack, which sequence does a pen tester need to follow to manipulate variables of reference files?
Exhibit
Options
- Adot-dot-slash (../) sequence
- BDenial-of-Service sequence
- CBrute force sequence
- DSQL Injection sequence
How the community answered
(30 responses)- A77% (23)
- B3% (1)
- C7% (2)
- D13% (4)
Explanation
directory traversal)
Topics
Community Discussion
No community discussion yet for this question.
