SQLMap is the only penetration testing tool that can properly detect and exploit all known SQLi types.
Supported Databases
MySQL | Oracle | PostgreSQL | Microsoft SQL Server |
SQLite | IBM DB2 | Microsoft Access | Firebird |
Sybase | SAP MaxDB | Informix | MariaDB |
HSQLDB | CockroachDB | TiDB | MemSQL |
H2 | MonetDB | Apache Derby | Amazon Redshift |
Vertica , Mckoi | Presto | Altibase | MimerSQL |
CrateDB | Greenplum | Drizzle | Apache Ignite |
Cubrid | InterSystems Cache | IRIS | eXtremeDB |
FrontBase |
Techniques Used
B
: Boolean-based blindE
: Error-basedU
: Union query-basedS
: Stacked queriesT
: Time-based blindQ
: Inline queries
Boolean-based Blind SQLi
Differentiates TRUE
from FALSE
query results.
-
TRUE
results are generally based on responses having none or marginal difference to the regular server response. -
FALSE
results are based on responses having substantial differences from the regular server response.