mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-25 03:13:46 +03:00
Patch for an Issue #728
parent
8fa452dc9f
commit
6137f04f3d
6
Usage.md
6
Usage.md
|
@ -35,7 +35,7 @@
|
||||||
--headers=HEADERS Extra headers (e.g. "Accept-Language: fr\nETag: 123")
|
--headers=HEADERS Extra headers (e.g. "Accept-Language: fr\nETag: 123")
|
||||||
--auth-type=ATYPE HTTP authentication type (Basic, Digest or NTLM)
|
--auth-type=ATYPE HTTP authentication type (Basic, Digest or NTLM)
|
||||||
--auth-cred=ACRED HTTP authentication credentials (name:password)
|
--auth-cred=ACRED HTTP authentication credentials (name:password)
|
||||||
--auth-cert=ACERT HTTP authentication certificate (key_file,cert_file)
|
--auth-private=A.. HTTP authentication PEM private key file
|
||||||
--proxy=PROXY Use a HTTP proxy to connect to the target URL
|
--proxy=PROXY Use a HTTP proxy to connect to the target URL
|
||||||
--proxy-cred=PCRED HTTP proxy authentication credentials (name:password)
|
--proxy-cred=PCRED HTTP proxy authentication credentials (name:password)
|
||||||
--ignore-proxy Ignore system default HTTP proxy
|
--ignore-proxy Ignore system default HTTP proxy
|
||||||
|
@ -449,9 +449,9 @@ Example of valid syntax:
|
||||||
|
|
||||||
### HTTP protocol certificate authentication
|
### HTTP protocol certificate authentication
|
||||||
|
|
||||||
Option: `--auth-cert`
|
Option: `--auth-private`
|
||||||
|
|
||||||
This option should be used in cases when the web server requires proper client-side certificate for authentication. Supplied values should be in the form: `key_file,cert_file`, where `key_file` should be the name of a PEM formatted file that contains your private key, while `cert_file` should be the name for a PEM formatted certificate chain file.
|
This option should be used in cases when the web server requires proper client-side private key for authentication. Supplied value should be a PEM formatted `key_file` that contains your private key.
|
||||||
|
|
||||||
### HTTP(S) proxy
|
### HTTP(S) proxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user