From 2935ef9105d4c9f7dcb726a27705f514f7df70f7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 23 Jan 2020 17:03:40 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Usage.md b/Usage.md index d55337763..1f6e59f47 100644 --- a/Usage.md +++ b/Usage.md @@ -860,6 +860,7 @@ By default sqlmap automatically detects the web application's back-end database * Apache Derby * Vertica * Mckoi +* Presto 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.