Skip to content

Commit a605980

Browse files
committed
Minor adjustments to configuration file
1 parent b363f1c commit a605980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sqlmap.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ headers = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9
5252
Accept-Charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
5353

5454
# HTTP Authentication type. Useful only if the target url requires
55-
# HTTP Basic or Digest authentication and you have such data.
56-
# Valid: Basic or Digest
55+
# HTTP Basic, Digest or NTLM authentication and you have such data.
56+
# Valid: Basic, Digest or NTLM
5757
aType =
5858

5959
# HTTP Authentication credentials. Useful only if the target url requires
60-
# HTTP Basic or Digest authentication and you have such data.
60+
# HTTP Basic, Digest or NTLM authentication and you have such data.
6161
# Syntax: username:password
6262
aCred =
6363

@@ -274,7 +274,7 @@ firstChar = 0
274274
# character)
275275
lastChar = 0
276276

277-
# SQL SELECT query to be executed.
277+
# SQL statement to be executed.
278278
# Example: SELECT 'foo', 'bar'
279279
query =
280280

0 commit comments

Comments
 (0)