https://portswigger.net/web-security/sql-injection/lab-retrieve-hidden-data

SQL Injection Lab: Exploiting the Product Category Filter 🛍️💥

This lab contains a SQL Injection vulnerability in the product category filter of a web application. When a user selects a category, the application runs an SQL query similar to the following:

SELECT * FROM products WHERE category = 'Gifts' AND released = 1

In this case, the category parameter is vulnerable to SQL Injection, and we need to exploit it. Let's walk through how to solve this lab step by step.

Steps to Exploit the Vulnerability 🕵️‍♂️

Step 1: Identify the Injectable Parameter 🔍

Step 2: Set Up Burp Suite 🛠️


Step 3: Intercept the Request 🔒

<https://0ab500d204cf056780c17bd700a700b4.web-security-academy.net/filter?category=Pets>'