Re: [sqlmap-users] [Critical] not authorized

2014-04-30 Thread Miroslav Stampar
Hi. Please update to the latest revision and retry it again. Bye On Wed, Apr 30, 2014 at 4:19 PM, Travis Altman wrote: > Miroslav, > > Thanks for the update and help, the --ignore-401 worked perfectly. > Another question, sqlmap does not appear to be able to parse the XML that > I have as dat

Re: [sqlmap-users] [Critical] not authorized

2014-04-30 Thread Travis Altman
Miroslav, Thanks for the update and help, the --ignore-401 worked perfectly. Another question, sqlmap does not appear to be able to parse the XML that I have as data in the post request, can sqlmap parse XML as input today? Below is the output of me running it and it tries to chop out the xml ta

Re: [sqlmap-users] [Critical] not authorized

2014-04-29 Thread Miroslav Stampar
Hi. Please update to the latest revision and try to run with (hidden) switch --ignore-401. Kind regards, Miroslav Stampar On Tue, Apr 29, 2014 at 3:32 PM, Travis Altman wrote: > I'm using the conf file to kick everything off. The only thing modified > in the conf is the URL and the data sent

Re: [sqlmap-users] [Critical] not authorized

2014-04-29 Thread Travis Altman
I'm using the conf file to kick everything off. The only thing modified in the conf is the URL and the data sent in the post request. == Conf file # Target URL. # Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2 url

Re: [sqlmap-users] [Critical] not authorized

2014-04-28 Thread Miroslav Stampar
Can you please send sqlmap console log and used parameters? On Apr 28, 2014 10:42 PM, "Travis Altman" wrote: > Wants me to provide the right http authentication type but the credentials > are in the body of the post request. I'm intentionally providing bad > credentials which does result in a "4

[sqlmap-users] [Critical] not authorized

2014-04-28 Thread Travis Altman
Wants me to provide the right http authentication type but the credentials are in the body of the post request. I'm intentionally providing bad credentials which does result in a "401 Unauthorized", not sure if sqlmap is triggering off of that. Also the body of the request is XML if that makes an