XSS (Cross-Site Scripting)

The art of injecting codes

1. Overview

XSS is a type of vulnerability that allows an attacker to inject malicious client-side script into a webpage viewed by other users.

2. Description

2.1 Stored XSS

2.2 Reflected XSS