Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 61

What is the difference between Cross-site Scripting and SQL Injection attacks?

Answer options

Correct answer: B

Explanation

The correct answer is B because Cross-site Scripting (XSS) executes malicious scripts in a user's browser (client side), while SQL Injection targets the database by manipulating SQL queries (server side). The other options incorrectly describe the nature of these attacks, mixing up their targets and methods.