From a605980d66a665bc545595b8b5c7ad7a3c675288 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 15 Dec 2009 14:16:25 +0000 Subject: [PATCH] Minor adjustments to configuration file --- sqlmap.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlmap.conf b/sqlmap.conf index 37fd7ee0e..46298aa49 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -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 # HTTP Authentication type. Useful only if the target url requires -# HTTP Basic or Digest authentication and you have such data. -# Valid: Basic or Digest +# HTTP Basic, Digest or NTLM authentication and you have such data. +# Valid: Basic, Digest or NTLM aType = # 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 aCred = @@ -274,7 +274,7 @@ firstChar = 0 # character) lastChar = 0 -# SQL SELECT query to be executed. +# SQL statement to be executed. # Example: SELECT 'foo', 'bar' query =