Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 509
What are two targets in cross-site scripting attacks? (Choose two.)
Answer options
- A. footer
- B. cookie
- C. input
- D. header
- E. image
Correct answer: B, C
Explanation
The correct answers are B and C because cookies are often targeted to steal session information, and input fields can be manipulated to execute malicious scripts. The other options, such as footer, header, and image, do not directly relate to the primary goals of XSS attacks.