From a5d3d68194f83fca2fbbf149776ac14da8364d61 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 16 Jul 2012 12:25:17 +0100 Subject: [PATCH] minor update --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 68cee515e..30ad016ed 100644 --- a/FAQ.md +++ b/FAQ.md @@ -180,7 +180,7 @@ However, in some cases you might want to dump all entries given a custom `WHERE` For example: - SELECT user, password FROM users WHERE privilege='admin' + --sql-query "SELECT user, password FROM users WHERE privilege='admin'" Question(s): [#1](http://thread.gmane.org/gmane.comp.security.sqlmap/2309)