Re: [sqlmap-users] sqlmap unable to scan a target url

2012-05-01 Thread Miroslav Stampar
Hi. Please check if you are behind some kind of proxy. If yes please use option --proxy. Also, please check you environment variable $http_proxy. Kind regards, Miroslav Stampar On Mon, Apr 30, 2012 at 11:51 PM, Zayl Linel wrote: > Hello > I have a url that I can browse with my browser but sql

[sqlmap-users] sqlmap unable to scan a target url

2012-04-30 Thread Zayl Linel
Hello I have a url that I can browse with my browser but sqlmap can't start analyse it, I get always : [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request with ./sqlmap.py --random-agent -u "myurlhere" Any idea ? ---