<?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: Breaking Weak CAPTCHA in&#8230; slightly more than 26 Lines of Groovy Code</title>
	<atom:link href="http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code</link>
	<description>Tales of development, life and the folly that goes along with both</description>
	<lastBuildDate>Tue, 13 Dec 2011 22:50:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: TheKaptain</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-904</link>
		<dc:creator>TheKaptain</dc:creator>
		<pubDate>Fri, 14 Jan 2011 22:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-904</guid>
		<description>If it&#039;s the JAI classes that are missing, you can refer to http://java.sun.com/javase/technologies/desktop/media/jai/ and http://java.sun.com/products/java-media/jai/INSTALL-1_1_2.html
Otherwise the only dependency is on Groovy, which in the sample project is provided by maven.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s the JAI classes that are missing, you can refer to <a href="http://java.sun.com/javase/technologies/desktop/media/jai/" rel="nofollow">http://java.sun.com/javase/technologies/desktop/media/jai/</a> and <a href="http://java.sun.com/products/java-media/jai/INSTALL-1_1_2.html" rel="nofollow">http://java.sun.com/products/java-media/jai/INSTALL-1_1_2.html</a><br />
Otherwise the only dependency is on Groovy, which in the sample project is provided by maven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-903</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 14 Jan 2011 22:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-903</guid>
		<description>For some reason it won&#039;t let me reply to your response. Correct, I checked out your class and was having issues with importing those classes in it. Whats the easiest way of importing all of them? Is there an alternative to adding each one to the classpath?</description>
		<content:encoded><![CDATA[<p>For some reason it won&#8217;t let me reply to your response. Correct, I checked out your class and was having issues with importing those classes in it. Whats the easiest way of importing all of them? Is there an alternative to adding each one to the classpath?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheKaptain</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-901</link>
		<dc:creator>TheKaptain</dc:creator>
		<pubDate>Fri, 14 Jan 2011 07:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-901</guid>
		<description>The source is code is available on github. The single implementation class is https://github.com/kellyrob99/catcha-breaker/blob/master/src/main/groovy/org/kar/CaptchaBreaker.groovy</description>
		<content:encoded><![CDATA[<p>The source is code is available on github. The single implementation class is <a href="https://github.com/kellyrob99/catcha-breaker/blob/master/src/main/groovy/org/kar/CaptchaBreaker.groovy" rel="nofollow">https://github.com/kellyrob99/catcha-breaker/blob/master/src/main/groovy/org/kar/CaptchaBreaker.groovy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-900</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 13 Jan 2011 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-900</guid>
		<description>What did you do to properly import the classes? I have been having issues with importing classes with groovy.</description>
		<content:encoded><![CDATA[<p>What did you do to properly import the classes? I have been having issues with importing classes with groovy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheKaptain</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-567</link>
		<dc:creator>TheKaptain</dc:creator>
		<pubDate>Thu, 03 Jun 2010 01:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-567</guid>
		<description>That&#039;s a question to ask the individual website owners about I&#039;m afraid. Their security measure are there explicitly to keep out the kind of &#039;unknown&#039; robotic action you&#039;re trying to implement, after all.
 :)

I can however tell you that there&#039;s definitely nothing in this article that could be ported to objective c(or anywhere else) that&#039;s going to actually defeat anything beyond the most trivial captcha anyhow. When the time comes to build the code I&#039;m afraid you&#039;re probably pretty much stuck either becoming a programmer or hiring one to solve this particular problem for you. Best of luck to you.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a question to ask the individual website owners about I&#8217;m afraid. Their security measure are there explicitly to keep out the kind of &#8216;unknown&#8217; robotic action you&#8217;re trying to implement, after all.<br />
 <img src='http://www.kellyrob99.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I can however tell you that there&#8217;s definitely nothing in this article that could be ported to objective c(or anywhere else) that&#8217;s going to actually defeat anything beyond the most trivial captcha anyhow. When the time comes to build the code I&#8217;m afraid you&#8217;re probably pretty much stuck either becoming a programmer or hiring one to solve this particular problem for you. Best of luck to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wondering if it could be done on objective C</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-559</link>
		<dc:creator>wondering if it could be done on objective C</dc:creator>
		<pubDate>Tue, 01 Jun 2010 09:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-559</guid>
		<description>Hi  kellyrob99,

I am trying to do a project on iphone and other mobile phone. The project consist of getting data of bills for each user from the web server (Like electricity,water and other bills). I have a problem of captcha. when you enter get  data necessary page it asks you the captcha for authentication after user name bill number e.t.c. My question is that is it possible to  eliminate the captcha of beeing asked when on the login page? and would be possible convert your code to objective c or java ?  Thank you. 
Okayra
P.S: I am not a programer yet.</description>
		<content:encoded><![CDATA[<p>Hi  kellyrob99,</p>
<p>I am trying to do a project on iphone and other mobile phone. The project consist of getting data of bills for each user from the web server (Like electricity,water and other bills). I have a problem of captcha. when you enter get  data necessary page it asks you the captcha for authentication after user name bill number e.t.c. My question is that is it possible to  eliminate the captcha of beeing asked when on the login page? and would be possible convert your code to objective c or java ?  Thank you.<br />
Okayra<br />
P.S: I am not a programer yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-438</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-438</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by kellyrob99: New blog post: Breaking Weak CAPTCHA in... slightly more than 26 Lines of Groovy Code http://bit.ly/ajLuMq...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by kellyrob99: New blog post: Breaking Weak CAPTCHA in&#8230; slightly more than 26 Lines of Groovy Code <a href="http://bit.ly/ajLuMq.." rel="nofollow">http://bit.ly/ajLuMq..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Ullenboom</title>
		<link>http://www.kellyrob99.com/blog/2010/03/14/breaking-weak-captcha-in-slightly-more-than-26-lines-of-groovy-code/comment-page-1/#comment-436</link>
		<dc:creator>Christian Ullenboom</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellyrob99.com/blog/?p=1158#comment-436</guid>
		<description>You can even use http://code.google.com/p/tesjeract/ to get rid of the call to the executable.</description>
		<content:encoded><![CDATA[<p>You can even use <a href="http://code.google.com/p/tesjeract/" rel="nofollow">http://code.google.com/p/tesjeract/</a> to get rid of the call to the executable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

