0
9.5kviews
With the help of examples explain cross-site scripting and SQL injection attacks.

Mumbai University > Information Technology > Sem6 > System and Web Security

Marks: 10M

Year: May 2015

1 Answer
3
88views

XSS stands for Cross Site Scripting.

  • XSS is very similar to SQL-Injection. In SQL-Injection we exploited the vulnerability by injecting SQL Queries as user inputs.
  • In XSS, we inject code (basically client side scripting) to the remote server.
  • Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.