ProfessionalCommunity Edition

SQL injection

  • Last updated: March 1, 2024

  • Read time: 1 Minute

SQL injection is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. It generally enables an attacker to view data that they are not normally able to retrieve. An attacker may then be able to modify or delete this data.

You can use Burp Suite to test for a range of SQL injection vulnerabilities.

Tutorials in this section

Was this article helpful?