Injection - Attack Vectors
> ⚠️ EDUCATIONAL PURPOSE ONLY
> This document describes attack concepts at a high level for educational purposes.
Understanding Attack Vectors
Attackers insert malicious code into queries/commands that get executed by the application.
Common Attack Patterns
- SQL Injection: Manipulating database queries
- Command Injection: Executing OS commands
- LDAP Injection: Modifying directory queries
- NoSQL Injection: Exploiting NoSQL databases
What's Next?
- Overview: Understand what injection is
- Prevention: Learn how to prevent these attacks
- Examples: See vulnerable vs secure code
- Lab: Practice identifying vulnerabilities
---
Part of the OWASP Top 10 Educational Repository