From 13c8f4376b497b8869af201089f0f98595c3a68d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 26 Mar 2025 12:38:32 +0100 Subject: [PATCH] Commit related to the #5878 --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 814719e..9fffe0c 100644 --- a/Usage.md +++ b/Usage.md @@ -897,7 +897,7 @@ By default sqlmap automatically detects the web application's back-end database * eXtremeDB * 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 ` and `Microsoft SQL Server `, where ` ` 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 ` and `Microsoft SQL Server `, where ` ` 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.