nerdexam
EC-Council

312-50V13 · Question #105

Study the following log extract and identify the attack.

The correct answer is D. Unicode Directory Traversal Attack. Although the log extract is missing, the presence of specific Unicode encoding in an attempt to bypass directory traversal filters points to a Unicode Directory Traversal Attack.

Submitted by jian89· Mar 6, 2026Hacking Web Applications

Question

Study the following log extract and identify the attack.

Exhibit

312-50V13 question #105 exhibit

Options

  • AHexcode Attack
  • BCross Site Scripting
  • CMultiple Domain Traversal Attack
  • DUnicode Directory Traversal Attack

How the community answered

(43 responses)
  • A
    9% (4)
  • B
    5% (2)
  • C
    16% (7)
  • D
    70% (30)

Why each option

Although the log extract is missing, the presence of specific Unicode encoding in an attempt to bypass directory traversal filters points to a Unicode Directory Traversal Attack.

AHexcode Attack

'Hexcode Attack' is a vague term; while Unicode encoding uses hexadecimal, the attack is more specifically classified as directory traversal.

BCross Site Scripting

Cross-Site Scripting (XSS) involves injecting client-side scripts into web pages viewed by other users, which is unrelated to accessing server files via directory traversal.

CMultiple Domain Traversal Attack

'Multiple Domain Traversal Attack' is not a standard or recognized attack type; directory traversal specifically refers to navigating file system paths.

DUnicode Directory Traversal AttackCorrect

A Unicode Directory Traversal Attack attempts to access files and directories outside of the intended web root by using Unicode encoding (e.g., `%c0%af` or `%c0%9v`) to represent directory traversal sequences like `../` (dot-dot-slash). This encoding often bypasses poorly implemented input validation filters that only look for the ASCII representation of the traversal characters.

Concept tested: Unicode directory traversal

Topics

#directory traversal#Unicode encoding#web application vulnerabilities

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice