mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor adjustments to configuration file
This commit is contained in:
parent
b363f1c5ab
commit
a605980d66
|
@ -52,12 +52,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
|
Accept-Charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
|
||||||
|
|
||||||
# HTTP Authentication type. Useful only if the target url requires
|
# HTTP Authentication type. Useful only if the target url requires
|
||||||
# HTTP Basic or Digest authentication and you have such data.
|
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||||
# Valid: Basic or Digest
|
# Valid: Basic, Digest or NTLM
|
||||||
aType =
|
aType =
|
||||||
|
|
||||||
# HTTP Authentication credentials. Useful only if the target url requires
|
# HTTP Authentication credentials. Useful only if the target url requires
|
||||||
# HTTP Basic or Digest authentication and you have such data.
|
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||||
# Syntax: username:password
|
# Syntax: username:password
|
||||||
aCred =
|
aCred =
|
||||||
|
|
||||||
|
@ -274,7 +274,7 @@ firstChar = 0
|
||||||
# character)
|
# character)
|
||||||
lastChar = 0
|
lastChar = 0
|
||||||
|
|
||||||
# SQL SELECT query to be executed.
|
# SQL statement to be executed.
|
||||||
# Example: SELECT 'foo', 'bar'
|
# Example: SELECT 'foo', 'bar'
|
||||||
query =
|
query =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user