Re: [sqlmap-users] A newbie question - Unable to open connection to host
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2009-04-03 14:27:15
|
Hi Simon, On Fri, Apr 3, 2009 at 14:11, Simon Orr <Sim...@te...> wrote: > ... > I've tried both the windows executable and (in case it was an issue with the > EXE build, using python). I've included the EXE command and output below... > In this case I'm using a Login form on my local PC with a SQL backend which > I've left vulnerable to SQL injection to allow me to test sqlmap. When > running under Python 3.0.1 it errored. When running under 2.6 I get the same > output as below with a couple of warnings about the hash function being > deprecated. Ignore the deprecation warning, it's because a native python library have been deprecated from Python 2.6, but it still work. Do not use it under Python 3.0, I never tested it on that version yet. > ... > If it _is_ trying to use the proxy settings detected on my PC, it should > find one that is ignored for addresses inside the LAN. If not, it would need > to authenticate against the proxy using NTLM. > ... Regarding your connection issue, it is probably relying on your global/local proxy variable. Check your environment variables settings and remove the proxy one, give it a try then. If you still have this problem, pass me the output of sqlmap run with -v 5 option and, in case, a traffic dump in pcap format, but this should not be required since it is clearly a network problem, not directly related to the tool. Regards, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +447788962949 (UK), +393493821385 (IT) PGP Key ID: 0x05F5A30F |