mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added option --ignore-proxy
This commit is contained in:
parent
dee15ed0b0
commit
5ebf572cae
4 changed files with 12 additions and 4 deletions
|
|
@ -107,6 +107,10 @@ 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