Page cover

Cross-Site Scripting (XSS)

Cross-Site Scripting (XSS) is a common vulnerability that occurs when a web application allows users to inject malicious JavaScript code into web pages viewed by other users. This can enable an attacker to steal cookies, hijack sessions, redirect users to malicious sites, or manipulate page content. In the XSS labs, you'll learn how to identify and exploit various types of XSS attacks, including reflected, stored, and DOM-based.

Last updated