mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update regarding #4142 (--auth-type bearer)
This commit is contained in:
parent
40e4422bbd
commit
38c341076d
5 changed files with 14 additions and 8 deletions
|
|
@ -87,12 +87,12 @@ headers = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9
|
|||
Accept-Charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
|
||||
|
||||
# HTTP Authentication type. Useful only if the target URL requires
|
||||
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||
# Valid: Basic, Digest, NTLM or PKI
|
||||
# HTTP Basic, Digest, Bearer or NTLM authentication and you have such data.
|
||||
# Valid: Basic, Digest, Bearer, NTLM or PKI
|
||||
authType =
|
||||
|
||||
# HTTP authentication credentials. Useful only if the target URL requires
|
||||
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||
# HTTP Basic, Digest, Token or NTLM authentication and you have such data.
|
||||
# Syntax: username:password
|
||||
authCred =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue