nerdexam
Cisco

200-201 · Question #353

What are two types of cross site scripting attacks? (Choose two.)

The correct answer is C. reflected D. stored. Reflected XSS: In a reflected XSS attack, the malicious script is injected into a web application and reflected back to the user as part of the request, often through URLs or input fields. The injected script is then executed within the victim's browser. Stored XSS: Stored XSS…

Submitted by omar99· Mar 6, 2026Network Intrusion Analysis

Question

What are two types of cross site scripting attacks? (Choose two.)

Options

  • Adirected
  • Bencoded
  • Creflected
  • Dstored
  • Ecascaded

How the community answered

(27 responses)
  • A
    7% (2)
  • C
    89% (24)
  • E
    4% (1)

Explanation

Reflected XSS: In a reflected XSS attack, the malicious script is injected into a web application and reflected back to the user as part of the request, often through URLs or input fields. The injected script is then executed within the victim's browser. Stored XSS: Stored XSS, also known as persistent XSS, occurs when the malicious script is permanently stored on the target server, such as in a database or in user-generated content. When other users access the compromised data, the malicious script executes in their browsers.

Topics

#XSS#Reflected XSS#Stored XSS#Web application attacks

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice