MariaDB SQL Injection
I’m doing a website PT lab and I’m trying to figure out SQL vulnerability in MariaDB.
After some scanning I found the /api/ path, and one of them gives the desired SQL
I found out that ‘ gives me the desired SQL error:
My request:
GET /api… Continue reading MariaDB SQL Injection