What is an Injection Point?

An injection point is any part of your application where user input is accepted and used in a database query. If the input is not properly sanitized or validated, it can be exploited to inject malicious SQL code.


Common Injection Points

Here are the most common areas where injection points can be found:

This step is the same for both Union-based and Error-based SQL Injection. You need to locate areas in the application where user input is processed and interacts with the database. Common injection points include:

1. URL Parameters