Union Injection

April 17, 2024

First we need to visit the page

Then we will try the classic sql injection that will return everything

Then try just to evaluate the correct number of columns in the table.

We can see here we used the union and order by to determine that there is only 4 columns in the table.

Last updated