<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Break Google captcha</title>
	<atom:link href="http://goohackle.com/break-google-captcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://goohackle.com/break-google-captcha/</link>
	<description>Security, webmaster tools, SEO, GNU/Linux, programming, research &#38; ...</description>
	<lastBuildDate>Mon, 08 Feb 2010 01:37:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Milan</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-366</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-366</guid>
		<description>One more question ;)

In order not to get captcha that often is it better to keep the same session (cookie) or to open new one as often as possible.

Thanks again</description>
		<content:encoded><![CDATA[<p>One more question <img src='http://goohackle.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In order not to get captcha that often is it better to keep the same session (cookie) or to open new one as often as possible.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-365</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-365</guid>
		<description>Thanks for the quick response!

Is this tool (google parser) going to be available for download? I see download section but no source code yet :( I think it would be great php/curl maybe regex learning lesson.

I would like to develop something similar. It should run multiple queries in batch mode. It doesn&#039;t have to be fast but should be stable. In your experience, if the queries run with like 2,3 seconds timeout should I face the captcha? I would like to develop similar way for user to fill captcha input and continue with queries. The problem is that processing script should run in the background - not the same script that generates user interface.

Regards</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response!</p>
<p>Is this tool (google parser) going to be available for download? I see download section but no source code yet <img src='http://goohackle.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I think it would be great php/curl maybe regex learning lesson.</p>
<p>I would like to develop something similar. It should run multiple queries in batch mode. It doesn&#8217;t have to be fast but should be stable. In your experience, if the queries run with like 2,3 seconds timeout should I face the captcha? I would like to develop similar way for user to fill captcha input and continue with queries. The problem is that processing script should run in the background &#8211; not the same script that generates user interface.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goohackle</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-362</link>
		<dc:creator>goohackle</dc:creator>
		<pubDate>Tue, 08 Jul 2008 02:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-362</guid>
		<description>Milan, you are right.
I use Curl library for the HTTP requests, with it I can use the same cookie for several GETs or POSTs.

To represent a session I just use the same cookie, when I want to start a new session I delete the old cookie and done.

Cheers</description>
		<content:encoded><![CDATA[<p>Milan, you are right.<br />
I use Curl library for the HTTP requests, with it I can use the same cookie for several GETs or POSTs.</p>
<p>To represent a session I just use the same cookie, when I want to start a new session I delete the old cookie and done.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-360</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-360</guid>
		<description>How do you ensure that saved cookie is for the same session? Actually what do you have to save in the cookies in order to continue search. I guess you use curl library?

Regards,
Milan</description>
		<content:encoded><![CDATA[<p>How do you ensure that saved cookie is for the same session? Actually what do you have to save in the cookies in order to continue search. I guess you use curl library?</p>
<p>Regards,<br />
Milan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goohackle</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-119</link>
		<dc:creator>goohackle</dc:creator>
		<pubDate>Sat, 01 Mar 2008 15:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-119</guid>
		<description>Basically, number of results limitations and no pagination over the rest of the results.
A year ago when I used this API, you can only get the first 8 results for a specific search and you can&#039;t paginate over the rest of the results.

So if you don&#039;t need the rest of the search results this API could be good for you.

I just read that now the Google AJAX search API gives you the first 32 results and pagination only over them. Still the same limits but with a few more results.</description>
		<content:encoded><![CDATA[<p>Basically, number of results limitations and no pagination over the rest of the results.<br />
A year ago when I used this API, you can only get the first 8 results for a specific search and you can&#8217;t paginate over the rest of the results.</p>
<p>So if you don&#8217;t need the rest of the search results this API could be good for you.</p>
<p>I just read that now the Google AJAX search API gives you the first 32 results and pagination only over them. Still the same limits but with a few more results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamil Przeorski</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-118</link>
		<dc:creator>Kamil Przeorski</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-118</guid>
		<description>&quot;I tried the Google AJAX search API, it has too many limitations&quot;

What limitations do you mean?

Kamil</description>
		<content:encoded><![CDATA[<p>&#8220;I tried the Google AJAX search API, it has too many limitations&#8221;</p>
<p>What limitations do you mean?</p>
<p>Kamil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goohackle</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-117</link>
		<dc:creator>goohackle</dc:creator>
		<pubDate>Fri, 29 Feb 2008 03:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-117</guid>
		<description>Kamil, I tried the Google AJAX search API, it has too many limitations.
I didn&#039;t use the previous SOAP API because when I want to use it Google are no longer giving new API keys.

Thanks for the links, I will check them.

BTW: I modify a little your second link to prevent problems with my advertisers...</description>
		<content:encoded><![CDATA[<p>Kamil, I tried the Google AJAX search API, it has too many limitations.<br />
I didn&#8217;t use the previous SOAP API because when I want to use it Google are no longer giving new API keys.</p>
<p>Thanks for the links, I will check them.</p>
<p>BTW: I modify a little your second link to prevent problems with my advertisers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamil Przeorski</title>
		<link>http://goohackle.com/break-google-captcha/comment-page-1/#comment-115</link>
		<dc:creator>Kamil Przeorski</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://goohackle.com/break-google-captcha/#comment-115</guid>
		<description>Did you tried use Google Search API ? There are any limits?

Something interesting about this topic we can find there http://www.fiftyfoureleven.com/weblog/web-development/programming-and-scripts/apis/google-search-api

Yahoo&#039;s : http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=YahooDemo&amp;query=53x%20all%20day&amp;results=
:P

Kamil</description>
		<content:encoded><![CDATA[<p>Did you tried use Google Search API ? There are any limits?</p>
<p>Something interesting about this topic we can find there <a href="http://www.fiftyfoureleven.com/weblog/web-development/programming-and-scripts/apis/google-search-api" rel="nofollow">http://www.fiftyfoureleven.com/weblog/web-development/programming-and-scripts/apis/google-search-api</a></p>
<p>Yahoo&#8217;s : <a href="http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=YahooDemo&amp;query=53x%20all%20day&amp;results=" rel="nofollow">http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=YahooDemo&amp;query=53x%20all%20day&amp;results=</a><br />
 <img src='http://goohackle.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Kamil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.621 seconds -->
<!-- Cached page served by WP-Cache -->
