ExamGecko
Question list
Search
Search

Related questions











Question 269 - 200-201 discussion

Report
Export

Which classification of cross-site scripting attack executes the payload without storing it for repeated use?

A.

stored

Answers
A.

stored

B.

reflective

Answers
B.

reflective

C.

DOM

Answers
C.

DOM

D.

CSRF

Answers
D.

CSRF

Suggested answer: B

Explanation:

Reflective XSS, also known as Non-Persistent XSS, occurs when an attacker sends a malicious script to a user through a web application, and the script is executed immediately in the user's browser without being stored on the server. This type of attack is typically carried out by including the malicious script in a URL, which is then sent to the victim.When the victim clicks on the link, the script runs in their browser, reflecting the attacker's actions without storing the payload for repeated use12.Reference:: OWASP Foundation's documentation on Cross-Site Scripting (XSS) provides detailed information on the different types of XSS attacks, including Reflective XSS

asked 07/10/2024
Venkata Nandyala
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first