mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Minor adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user