mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Patch for an Issue #1434
This commit is contained in:
parent
38541b021a
commit
5ed106ecea
6 changed files with 15 additions and 13 deletions
|
|
@ -93,10 +93,10 @@ authType =
|
|||
# Syntax: username:password
|
||||
authCred =
|
||||
|
||||
# HTTP Authentication PEM private key. Useful only if the target URL requires
|
||||
# HTTP Authentication PEM private/cert key file. Useful only if the target URL requires
|
||||
# PKI authentication and you have such data.
|
||||
# Syntax: key_file
|
||||
authPrivate =
|
||||
authFile =
|
||||
|
||||
# Use a proxy to connect to the target URL.
|
||||
# Syntax: (http|https|socks4|socks5)://address:port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue