Injection & Cross-Site Scripting
Dive into common attack vectors like SQL injection and XSS, learning both offensive and defensive strategies.
1
Welcome to Injection & Cross-Site Scripting
Injection attacks and Cross-Site Scripting (XSS) are among the most common vulnerabilities in web applications.

2
What is an Injection Attack?
Injection attacks occur when untrusted input is sent to an interpreter as part of a command or query.
All lessons in this course
- OWASP Top Ten
- Injection & Cross-Site Scripting
- Secure Coding Practices