mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-18 22:53:45 +03:00
Commit related to the #5878
parent
df3882c518
commit
13c8f4376b
2
Usage.md
2
Usage.md
|
@ -897,7 +897,7 @@ By default sqlmap automatically detects the web application's back-end database
|
||||||
* eXtremeDB
|
* eXtremeDB
|
||||||
* FrontBase
|
* FrontBase
|
||||||
|
|
||||||
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 fingerprint, 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.
|
||||||
|
|
||||||
In case you provide `--fingerprint` together with `--dbms`, sqlmap will only perform the extensive fingerprint for the specified database management system only, read below for further details.
|
In case you provide `--fingerprint` together with `--dbms`, sqlmap will only perform the extensive fingerprint for the specified database management system only, read below for further details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user