From b34fd7713f56c35baa58892b46f3e38b310f03cb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar <miroslav@sqlmap.org> Date: Tue, 21 Jan 2020 15:43:39 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Usage.md b/Usage.md index 56e32ca61..f61bb39d6 100644 --- a/Usage.md +++ b/Usage.md @@ -855,6 +855,7 @@ By default sqlmap automatically detects the web application's back-end database * H2 * MonetDB * Apache Derby +* Vertica 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.