SQL injection UNION attack, retrieving multiple values in a single column

https://portswigger.net/web-security/sql-injection/union-attacks/lab-retrieve-multiple-values-in-single-column

Level: Practitioner

  • In this lab you just need to do what we do in the past SQLi lab.

  • As you can see in the image I use a union-based payload to retrieve the content of the table users and represented in a better way in the start.

Last updated