mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-18 14:43:47 +03:00
Updated Usage (markdown)
This commit is contained in:
parent
3d852003fa
commit
88e2aa90d0
13
Usage.md
13
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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user