Skip to main content

Web Exploitation

What is Web Exploitation?

Web Exploitation consists in finding vulnerabilties in web applications and services, and abuse them to gain control over them or exfiltrate data. If you're lucky you'll might have access to the source code, otherwise you'll have to rely on the black-box techniques you'll learn in this section.

In this section, we will discuss many client-side vulnerabilities (e.g., XSS) and server-side vulnerabilities (e.g., SSRF, SQLi).