Re: [sqlmap-users] connection timing out, able to access manually.
Brought to you by:
inquisb
From: Sherif El-D. <arc...@gm...> - 2011-09-09 09:55:28
|
This happens sometimes when the page consists only from a java script that loads another page without changing the URL. To get a better understanding of what's the cause, run wireshark, then browse normally to the page capturing the traffic, then trace the connection and check the interaction between the browser and the website. Sherif eldeeb On Sep 9, 2011 12:48 PM, "ryan cartner" <rya...@gm...> wrote: > I can access the url manually with no trouble but when I point sqlmap at it > I get: > > [CRITICAL] connection timed out to the target url or proxy, sqlmap is going > to retry the request > > No proxy is being used, and setting --random-agent doesn't fix the problem. > > I tried with -t but the resulting file is empty, I would expect the initial > request to be logged, maybe this means there is no request ? |