mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 04:24:34 +00:00
Minor adjustments
This commit is contained in:
parent
156fdd96ef
commit
a654a426ef
5 changed files with 15 additions and 13 deletions
|
|
@ -81,6 +81,10 @@ aCert =
|
|||
# Syntax: http://address:port
|
||||
proxy =
|
||||
|
||||
# Ignore system default HTTP proxy
|
||||
# Valid: True or False
|
||||
ignoreProxy = False
|
||||
|
||||
# Maximum number of concurrent HTTP requests (handled with Python threads)
|
||||
# to be used in the inference SQL injection attack.
|
||||
# Valid: integer
|
||||
|
|
@ -107,10 +111,6 @@ retries = 3
|
|||
# Example: (google|yahoo)
|
||||
scope =
|
||||
|
||||
# Ignore system default HTTP proxy
|
||||
# Valid: True or False
|
||||
ignoreProxy = False
|
||||
|
||||
[Injection]
|
||||
|
||||
# Testable parameter(s) comma separated. By default all GET/POST/Cookie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue