November 2019
Beginner
550 pages
13h 14m
English
As mentioned in the previous chapter, XSS allows an attacker to inject client-side scripts into web pages viewed by other users. Therefore, when an unsuspecting user visits a web page that contains the malicious scripts, the victim's browser will automatically execute these malicious scripts in the background.
In this section, we will cover how to discover various XSS vulnerabilities by looking at the following topics:
In the following section, we will learn what XSS is.
Read now
Unlock full access