From bfadab189aec555c794977cff59326695d052574 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar <miroslav@sqlmap.org> Date: Mon, 3 Feb 2020 21:46:24 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Usage.md b/Usage.md index 5e71ed5f3..97e96af75 100644 --- a/Usage.md +++ b/Usage.md @@ -860,6 +860,10 @@ By default sqlmap automatically detects the web application's back-end database * Altibase * MimerSQL * CrateDB +* Greenplum +* Drizzle +* Apache Ignite +* Cubrid 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.