mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implementation of Feature #17
This commit is contained in:
parent
80df1fdcf9
commit
d07f60578c
5 changed files with 84 additions and 43 deletions
|
|
@ -65,6 +65,11 @@ aType =
|
|||
# Syntax: username:password
|
||||
aCred =
|
||||
|
||||
# HTTP Authentication certificate. Useful only if the target url requires
|
||||
# logon certificate and you have such data.
|
||||
# Syntax: key_file,cert_file
|
||||
aCert =
|
||||
|
||||
# Use a HTTP proxy to connect to the target url.
|
||||
# Syntax: http://address:port
|
||||
proxy =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue