mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-28 18:39:04 +00:00
added --scope feature regarding Feature #105
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user