🔥Generate Errors
Here are some advanced techniques that specific to some DBMS to force errors and gather valuable information. By using these advanced methods to force errors on different DBMS, you can gather detailed
Advanced Methods to Forcefully Generate Errors on Various DBMS
----------------------------------------------------------------
MySQL
Use of Invalid Functions
' AND EXP(~(SELECT * FROM (SELECT 1) t)) -- ----------------------------------------------------------------
Invalid Hexadecimal Conversion
' AND 0xG1 -- ----------------------------------------------------------------
Subqueries in SELECT Clause
----------------------------------------------------------------
MSSQL
Invalid XML Queries
----------------------------------------------------------------
Invalid Data Conversion
----------------------------------------------------------------
SQL Injection with Error Functions
----------------------------------------------------------------
PostgreSQL
Invalid Regular Expression
----------------------------------------------------------------
Invalid JSON Operations
----------------------------------------------------------------
Recursive CTE
----------------------------------------------------------------
Oracle
Invalid Data Manipulation
----------------------------------------------------------------
Invalid XMLType Usage
----------------------------------------------------------------
Using SYS.DBMS_ASSERT
----------------------------------------------------------------
SQLite
Invalid String Functions
----------------------------------------------------------------
Invalid Mathematical Operations
----------------------------------------------------------------
Invalid Date Functions
Last updated