mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-21 14:02:49 +03:00
Updated Usage (markdown)
parent
13bec54bcd
commit
0e457adf1c
4
Usage.md
4
Usage.md
|
@ -757,11 +757,13 @@ By default sqlmap automatically detects the web application's back-end database
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
* Microsoft SQL Server
|
* Microsoft SQL Server
|
||||||
* Microsoft Access
|
* Microsoft Access
|
||||||
|
* IBM DB2
|
||||||
* SQLite
|
* SQLite
|
||||||
* Firebird
|
* Firebird
|
||||||
* Sybase
|
* Sybase
|
||||||
* SAP MaxDB
|
* SAP MaxDB
|
||||||
* DB2
|
* HSQLDB
|
||||||
|
* Informix
|
||||||
|
|
||||||
If for any reason sqlmap fails to detect the back-end DBMS once a SQL injection has been identified or if you want to avoid an active fingeprint, you can provide the name of the back-end DBMS yourself (e.g. `postgresql`). For MySQL and Microsoft SQL Server provide them respectively in the form `MySQL <version>` and `Microsoft SQL Server <version> `, where ` <version>` is a valid version for the DBMS; for instance `5.0` for MySQL and `2005` for Microsoft SQL Server.
|
If for any reason sqlmap fails to detect the back-end DBMS once a SQL injection has been identified or if you want to avoid an active fingeprint, you can provide the name of the back-end DBMS yourself (e.g. `postgresql`). For MySQL and Microsoft SQL Server provide them respectively in the form `MySQL <version>` and `Microsoft SQL Server <version> `, where ` <version>` is a valid version for the DBMS; for instance `5.0` for MySQL and `2005` for Microsoft SQL Server.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user