...

/

Introduction to Cross-Site Scripting (XSS)

Introduction to Cross-Site Scripting (XSS)

Let's get an introduction to cross-site scripting.

Introduction

We’ve seen the knock-knock joke principle applied to SQL (SQL injection). Let’s take a look at attacks using that same principle when applied to the HTML and JavaScript in a web page. We call this attack cross-site scripting (or XSS for short) if the attack injects ...