mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Minor language fix (we support SOCKS proxy settings too)
This commit is contained in:
@@ -88,16 +88,16 @@ aCred =
|
||||
# Syntax: key_file,cert_file
|
||||
aCert =
|
||||
|
||||
# Use a HTTP proxy to connect to the target URL.
|
||||
# Use a proxy to connect to the target URL.
|
||||
# Syntax: http://address:port
|
||||
proxy =
|
||||
|
||||
# HTTP proxy authentication credentials. Useful only if the proxy requires
|
||||
# HTTP Basic or Digest authentication and you have such data.
|
||||
# Proxy authentication credentials. Useful only if the proxy requires
|
||||
# Basic or Digest authentication and you have such data.
|
||||
# Syntax: username:password
|
||||
pCred =
|
||||
|
||||
# Ignore system default HTTP proxy.
|
||||
# Ignore system default proxy settings.
|
||||
# Valid: True or False
|
||||
ignoreProxy = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user