mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-30 04:55:04 +00:00
added --scope feature regarding Feature #105
This commit is contained in:
parent
f316e722c1
commit
d58ba7ee6d
4 changed files with 16 additions and 3 deletions
|
|
@ -95,6 +95,10 @@ timeout = 30
|
|||
# Default: 3
|
||||
retries = 3
|
||||
|
||||
# Regex expression for filtering targets
|
||||
# from provided Burp or WebScarab log (e.g. (google|yahoo))
|
||||
scope = None
|
||||
|
||||
|
||||
[Injection]
|
||||
|
||||
|
|
@ -415,4 +419,4 @@ cleanup = False
|
|||
# 4: Show also HTTP responses headers
|
||||
# 5: Show also HTTP responses page content
|
||||
# Default: 1
|
||||
verbose = 1
|
||||
verbose = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue