From 284c7bef7a44307f334112159f96e8ad2baecbf3 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 20 Jan 2020 16:36:52 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index b11a42740..56e32ca61 100644 --- a/Usage.md +++ b/Usage.md @@ -850,8 +850,11 @@ By default sqlmap automatically detects the web application's back-end database * Firebird * Sybase * SAP MaxDB -* HSQLDB * Informix +* HSQLDB +* H2 +* MonetDB +* Apache Derby 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.