πRecognize DB to Manual SQL injection
How to Create Error
----------------------------------------------------------------
How to Use them
----------------------------------------------------------------
To check if the current db is MySQL:
----------------------------------------------------------------
To check if the current db is MSSQL:
----------------------------------------------------------------
To check if the current db is Oracle:
----------------------------------------------------------------
To check if the current db is PostgreSQL:
----------------------------------------------------------------
To check if the current db is SQLite:
----------------------------------------------------------------
To check if the current db is MSACCESS:
----------------------------------------------------------------
Error may always not be real SQL error it may be some times generic error or change in output of the application.
All you have to do it recognise it DB.
MySQL Error Style:
MSSQL ASPX Error:
MSAccess (Apache PHP):
MSAccesss (IIS ASP):
Oracle Error:
ODBC Error:
PostgreSQL Error:
MS SQL Server: Error:
Last updated