From 88e2aa90d034ef8599770e53450d7139bb5fcd8f Mon Sep 17 00:00:00 2001 From: stamparm Date: Fri, 15 Mar 2013 09:39:50 -0700 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Usage.md b/Usage.md index 76a057f1f..a8b519668 100644 --- a/Usage.md +++ b/Usage.md @@ -260,6 +260,19 @@ Option: `-l` Rather than providing a single target URL, it is possible to test and inject against HTTP requests proxied through [Burp proxy](http://portswigger.net/suite/) or [WebScarab proxy](http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project). This option requires an argument which is the proxy's HTTP requests log file. +### Scan multiple targets enlisted in a given textual file + +Option: `-m` + +Providing list of target URLs enlisted in a given bulk file, sqlmap will scan +each of those one by one. + +Sample content of a bulk file provided as an argument to this option: + + www.target1.com/vuln1.php?q=foobar + www.target2.com/vuln2.php?id=1 + www.target3.com/vuln3/id/1* + ### Load HTTP request from a file Option: `-r`