Thread: Re: [sqlmap-users] Can't --tor
Brought to you by:
inquisb
From: Anthony B. <ab...@gm...> - 2011-06-24 13:10:54
|
I haven't had any problems with the -tor switch; as of "sqlmap/1.0-dev (r4170)". Not sure if its something which was fixed already. You should provide some version information in future bug posts. |
From: Gianluca B. <g...@br...> - 2011-06-24 15:06:14
|
Mmm, I should be in r4168. But before the tests I have casted --update Anyway I've just checked out r4173 but still no luck: ./sqlmap.py --tor -u "http://www.google.it" sqlmap/1.0-dev (r4173) - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program [*] starting at 16:57:50 [16:57:50] [WARNING] increasing default value for --time-sec to 10 because --tor switch was provided [16:57:50] [INFO] setting Tor proxy settings [16:57:51] [INFO] using '/*****/sqlmap/output/www.google.it/session' as session file [16:57:51] [INFO] testing connection to the target url [16:57:51] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request [16:57:51] [WARNING] if the problem persists please check that the provided target url is valid. If it is, you can try to rerun with the --random-agent switch turned on and/or proxy switches (--ignore-proxy, --proxy,...) [16:57:52] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request [16:57:53] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request [16:57:54] [CRITICAL] unable to connect to the target url or proxy What bothers me is that Tor and Polipo are running fine with other applications, or at least they seems to. I have tried to force with --proxy to localhost:8118 or localhost:9050 but still can't connect. G. On Fri, Jun 24, 2011 at 3:10 PM, Anthony Boynes <ab...@gm...> wrote: > I haven't had any problems with the -tor switch; as of "sqlmap/1.0-dev > (r4170)". Not sure if its something which was fixed already. You should > provide some version information in future bug posts. > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense.. > http://p.sf.net/sfu/splunk-d2d-c1 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |
From: Miroslav S. <mir...@gm...> - 2011-06-24 15:14:17
|
Hi all. Relying from a train. There is a known reported issue related to the recent dns leakage fix and --tor/--proxy. Will need to reproduce to be able to fix it. Kr Sent from smartphone On 24.6.2011. 17:06, "Gianluca Brindisi" <g...@br...> wrote: > Mmm, I should be in r4168. > But before the tests I have casted --update > > Anyway I've just checked out r4173 but still no luck: > > ./sqlmap.py --tor -u "http://www.google.it" > > sqlmap/1.0-dev (r4173) - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [!] legal disclaimer: usage of sqlmap for attacking targets without > prior mutual consent is illegal. It is the end user's responsibility > to obey all applicable local, state and federal laws. Authors assume > no liability and are not responsible for any misuse or damage caused > by this program > > [*] starting at 16:57:50 > > [16:57:50] [WARNING] increasing default value for --time-sec to 10 > because --tor switch was provided > [16:57:50] [INFO] setting Tor proxy settings > [16:57:51] [INFO] using '/*****/sqlmap/output/www.google.it/session' > as session file > [16:57:51] [INFO] testing connection to the target url > [16:57:51] [CRITICAL] unable to connect to the target url or proxy, > sqlmap is going to retry the request > [16:57:51] [WARNING] if the problem persists please check that the > provided target url is valid. If it is, you can try to rerun with the > --random-agent switch turned on and/or proxy switches (--ignore-proxy, > --proxy,...) > [16:57:52] [CRITICAL] unable to connect to the target url or proxy, > sqlmap is going to retry the request > [16:57:53] [CRITICAL] unable to connect to the target url or proxy, > sqlmap is going to retry the request > [16:57:54] [CRITICAL] unable to connect to the target url or proxy > > What bothers me is that Tor and Polipo are running fine with other > applications, or at least they seems to. > I have tried to force with --proxy to localhost:8118 or localhost:9050 > but still can't connect. > > G. > > > On Fri, Jun 24, 2011 at 3:10 PM, Anthony Boynes <ab...@gm...> wrote: >> I haven't had any problems with the -tor switch; as of "sqlmap/1.0-dev >> (r4170)". Not sure if its something which was fixed already. You should >> provide some version information in future bug posts. >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense.. >> http://p.sf.net/sfu/splunk-d2d-c1 >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense.. > http://p.sf.net/sfu/splunk-d2d-c1 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users |
From: Miroslav S. <mir...@gm...> - 2011-06-24 17:25:02
|
hi again. this should be hopefully fixed now for ever and ever. kr On Fri, Jun 24, 2011 at 5:14 PM, Miroslav Stampar <mir...@gm...> wrote: > Hi all. > > Relying from a train. > > There is a known reported issue related to the recent dns leakage fix and > --tor/--proxy. Will need to reproduce to be able to fix it. > > Kr > > Sent from smartphone > > On 24.6.2011. 17:06, "Gianluca Brindisi" <g...@br...> wrote: >> Mmm, I should be in r4168. >> But before the tests I have casted --update >> >> Anyway I've just checked out r4173 but still no luck: >> >> ./sqlmap.py --tor -u "http://www.google.it" >> >> sqlmap/1.0-dev (r4173) - automatic SQL injection and database takeover >> tool >> http://sqlmap.sourceforge.net >> >> [!] legal disclaimer: usage of sqlmap for attacking targets without >> prior mutual consent is illegal. It is the end user's responsibility >> to obey all applicable local, state and federal laws. Authors assume >> no liability and are not responsible for any misuse or damage caused >> by this program >> >> [*] starting at 16:57:50 >> >> [16:57:50] [WARNING] increasing default value for --time-sec to 10 >> because --tor switch was provided >> [16:57:50] [INFO] setting Tor proxy settings >> [16:57:51] [INFO] using '/*****/sqlmap/output/www.google.it/session' >> as session file >> [16:57:51] [INFO] testing connection to the target url >> [16:57:51] [CRITICAL] unable to connect to the target url or proxy, >> sqlmap is going to retry the request >> [16:57:51] [WARNING] if the problem persists please check that the >> provided target url is valid. If it is, you can try to rerun with the >> --random-agent switch turned on and/or proxy switches (--ignore-proxy, >> --proxy,...) >> [16:57:52] [CRITICAL] unable to connect to the target url or proxy, >> sqlmap is going to retry the request >> [16:57:53] [CRITICAL] unable to connect to the target url or proxy, >> sqlmap is going to retry the request >> [16:57:54] [CRITICAL] unable to connect to the target url or proxy >> >> What bothers me is that Tor and Polipo are running fine with other >> applications, or at least they seems to. >> I have tried to force with --proxy to localhost:8118 or localhost:9050 >> but still can't connect. >> >> G. >> >> >> On Fri, Jun 24, 2011 at 3:10 PM, Anthony Boynes <ab...@gm...> wrote: >>> I haven't had any problems with the -tor switch; as of "sqlmap/1.0-dev >>> (r4170)". Not sure if its something which was fixed already. You >>> should >>> provide some version information in future bug posts. >>> >>> >>> ------------------------------------------------------------------------------ >>> All the data continuously generated in your IT infrastructure contains a >>> definitive record of customers, application performance, security >>> threats, fraudulent activity and more. Splunk takes this data and makes >>> sense of it. Business sense. IT sense. Common sense.. >>> http://p.sf.net/sfu/splunk-d2d-c1 >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense.. >> http://p.sf.net/sfu/splunk-d2d-c1 >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar (@stamparm) E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: Gianluca B. <g...@br...> - 2011-06-24 18:35:28
|
Hi all, it's working great now (r4177). Thank you very much! Gianluca On Fri, Jun 24, 2011 at 7:43 PM, Bernardo Damele A. G. <ber...@gm...> wrote: > Hi Gianluca, > > Can you please verify that this is fixed now and report back? > > Thanks. > > Bernardo Damele A. G. > > This message was sent from a smartphone > > On 24 Jun 2011, at 18:25, Miroslav Stampar <mir...@gm...> wrote: > >> hi again. >> >> this should be hopefully fixed now for ever and ever. >> >> kr >> >> On Fri, Jun 24, 2011 at 5:14 PM, Miroslav Stampar >> <mir...@gm...> wrote: >>> Hi all. >>> >>> Relying from a train. >>> >>> There is a known reported issue related to the recent dns leakage fix and >>> --tor/--proxy. Will need to reproduce to be able to fix it. >>> >>> Kr >>> >>> Sent from smartphone >>> >>> On 24.6.2011. 17:06, "Gianluca Brindisi" <g...@br...> wrote: >>>> Mmm, I should be in r4168. >>>> But before the tests I have casted --update >>>> >>>> Anyway I've just checked out r4173 but still no luck: >>>> >>>> ./sqlmap.py --tor -u "http://www.google.it" >>>> >>>> sqlmap/1.0-dev (r4173) - automatic SQL injection and database takeover >>>> tool >>>> http://sqlmap.sourceforge.net >>>> >>>> [!] legal disclaimer: usage of sqlmap for attacking targets without >>>> prior mutual consent is illegal. It is the end user's responsibility >>>> to obey all applicable local, state and federal laws. Authors assume >>>> no liability and are not responsible for any misuse or damage caused >>>> by this program >>>> >>>> [*] starting at 16:57:50 >>>> >>>> [16:57:50] [WARNING] increasing default value for --time-sec to 10 >>>> because --tor switch was provided >>>> [16:57:50] [INFO] setting Tor proxy settings >>>> [16:57:51] [INFO] using '/*****/sqlmap/output/www.google.it/session' >>>> as session file >>>> [16:57:51] [INFO] testing connection to the target url >>>> [16:57:51] [CRITICAL] unable to connect to the target url or proxy, >>>> sqlmap is going to retry the request >>>> [16:57:51] [WARNING] if the problem persists please check that the >>>> provided target url is valid. If it is, you can try to rerun with the >>>> --random-agent switch turned on and/or proxy switches (--ignore-proxy, >>>> --proxy,...) >>>> [16:57:52] [CRITICAL] unable to connect to the target url or proxy, >>>> sqlmap is going to retry the request >>>> [16:57:53] [CRITICAL] unable to connect to the target url or proxy, >>>> sqlmap is going to retry the request >>>> [16:57:54] [CRITICAL] unable to connect to the target url or proxy >>>> >>>> What bothers me is that Tor and Polipo are running fine with other >>>> applications, or at least they seems to. >>>> I have tried to force with --proxy to localhost:8118 or localhost:9050 >>>> but still can't connect. >>>> >>>> G. >>>> >>>> >>>> On Fri, Jun 24, 2011 at 3:10 PM, Anthony Boynes <ab...@gm...> wrote: >>>>> I haven't had any problems with the -tor switch; as of "sqlmap/1.0-dev >>>>> (r4170)". Not sure if its something which was fixed already. You >>>>> should >>>>> provide some version information in future bug posts. >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All the data continuously generated in your IT infrastructure contains a >>>>> definitive record of customers, application performance, security >>>>> threats, fraudulent activity and more. Splunk takes this data and makes >>>>> sense of it. Business sense. IT sense. Common sense.. >>>>> http://p.sf.net/sfu/splunk-d2d-c1 >>>>> _______________________________________________ >>>>> sqlmap-users mailing list >>>>> sql...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> All the data continuously generated in your IT infrastructure contains a >>>> definitive record of customers, application performance, security >>>> threats, fraudulent activity and more. Splunk takes this data and makes >>>> sense of it. Business sense. IT sense. Common sense.. >>>> http://p.sf.net/sfu/splunk-d2d-c1 >>>> _______________________________________________ >>>> sqlmap-users mailing list >>>> sql...@li... >>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >> >> >> >> -- >> Miroslav Stampar (@stamparm) >> >> E-mail: miroslav.stampar (at) gmail.com >> PGP Key ID: 0xB5397B1B >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense.. >> http://p.sf.net/sfu/splunk-d2d-c1 >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users > |