From 7d9ae72b2bcd7d8ce9dcc080d352bcc0f699bebe Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 31 Jan 2020 21:33:02 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Usage.md b/Usage.md index cf76cdff8..603cb71d1 100644 --- a/Usage.md +++ b/Usage.md @@ -853,10 +853,12 @@ By default sqlmap automatically detects the web application's back-end database * H2 * MonetDB * Apache Derby +* Amazon Redshift * Vertica * Mckoi * Presto * Altibase +* MimerSQL 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.