<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Web Application Security Forum - Robots/Spiders/CAPTCHAs, oh my</title>
        <description>How robots and spiders are causing issues, how to stop them. We can also talk about Completely Automated Public Turing Test To Tell Computers And Humans Apart - their use, their compliance issues, porn proxies, PWNtcha and other ways to defeat them.</description>
        <link>http://sla.ckers.org/forum/list.php?7</link>
        <lastBuildDate>Thu, 23 May 2013 15:08:13 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,45373,45373#msg-45373</guid>
            <title>lssbot (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,45373,45373#msg-45373</link>
            <description><![CDATA[Here is another bad bot for the blocking list, seen today:<br />
<br />
User-Agent: lssbot<br />
IP: 68.68.3.114<br />
rDNS: 68-68-3-114.applecreek.pathcom.com<br />
robots.txt: no<br />
<br />
Recursively scraped the entire website, including SVG ressources and some honeypot pages with autogenerated rubbish.<br />
<br />
Purpose: unknown.]]></description>
            <dc:creator>infinity</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 30 Mar 2012 10:31:30 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,36446,36446#msg-36446</guid>
            <title>Dealing with SEO/URL Rewrites (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,36446,36446#msg-36446</link>
            <description><![CDATA[Hi,<br />
<br />
I've been thinking about how spiders work in the context of black box web application scanners.<br />
<br />
On a very basic level all the spider does is regex for href attributes which are part of the same domain, enqueues them, visits them and so on and so forth.<br />
<br />
There becomes a point when there must be a cut off point, and you simply can't follow every href forever. This is partly achieved by setting link depth, keeping a memory of the depth of the links checked and go no further than the cut off point. This helps set a certain limit, but with link depth alone, a spider can still take a hell of a long time to complete.<br />
<br />
What if the following scenario happens:<br />
<br />
http://www.example.com/date.php?day=1&amp;month=1&amp;year=2011<br />
http://www.example.com/date.php?day=2&amp;month=1&amp;year=2011<br />
http://www.example.com/date.php?day=3&amp;month=1&amp;year=2011<br />
http://www.example.com/date.php?day=4&amp;month=1&amp;year=2011<br />
...<br />
<br />
Our link depth would be rendered useless and we would be potentially stuck in an infinite loop as the day/month/year values continue increasing until PHP hits some type of limit.<br />
<br />
To resolve the above problem we simply only visit a certain path/page x amount of times. If we have seen the date.php page more than 20 times, move on, don't visit it again. That solves that problem.<br />
<br />
Now. This is where my my question lies.<br />
<br />
We have some Search Engine Optamisation at play with url rewriting.<br />
<br />
So, if we take the above example url, we have:<br />
<br />
http://www.example.com/date.php?day=1&amp;month=1&amp;year=2011 =&gt; http://www.example.com/1_1_2011.html<br />
http://www.example.com/date.php?day=2&amp;month=1&amp;year=2011 =&gt; http://www.example.com/2_1_2011.html<br />
http://www.example.com/date.php?day=3&amp;month=1&amp;year=2011 =&gt; http://www.example.com/3_1_2011.html<br />
http://www.example.com/date.php?day=4&amp;month=1&amp;year=2011 =&gt; http://www.example.com/4_1_2011.html<br />
...<br />
<br />
Now, again our spider will get stuck in an infinite loop.<br />
<br />
The one solution I have thought of is the following but not sure if it will work or if there are better ways of doing it.<br />
<br />
We strip all non html tags from the html response body, create a hash and then use the hash to compare all future pages against, if we see the hash more than x times, move on, don't visit again.<br />
<br />
Is this how web spiders overcome the above problem? Are there other solutions?<br />
<br />
Thank you,<br />
Ryan]]></description>
            <dc:creator>ethicalhack3r</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Thu, 30 Jun 2011 12:00:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,36333,36333#msg-36333</guid>
            <title>PHPCaptcha / SecurImage (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,36333,36333#msg-36333</link>
            <description><![CDATA[A nice bypass for PHPCaptcha and Securimage was posted to full disclosure a few hrs ago. <br />
<br />
http://seclists.org/fulldisclosure/2011/May/417 <br />
<br />
Proof of concept code can be downloaded from<br />
<br />
http://www.senseofsecurity.com.au/advisories/SOS-11-007.zip]]></description>
            <dc:creator>doodlefish</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Sun, 19 Jun 2011 09:50:01 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,35240,35240#msg-35240</guid>
            <title>reCAPTCHA has been broken! (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?7,35240,35240#msg-35240</link>
            <description><![CDATA[Apparently the audio captcha from reCAPTCHA doesn't actually validate anything, it only looks for a certain number of words.  Just click on the audio captcha option and type in ten random words to pass the captcha.  Seems like a hell of a bug to me, hope it's fixed soon.]]></description>
            <dc:creator>Skuld</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Wed, 04 Aug 2010 14:06:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,30208,30208#msg-30208</guid>
            <title>Scanning CAPTCHA Enabled Sites (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?7,30208,30208#msg-30208</link>
            <description><![CDATA[Was wondering if anyone had any advice on the best way to attempt to scan sites that have CAPTCHA enabled. In this case, its a little bit interesting in that the site that we're scanning basically consists of one URL that submits registration information off to another site and that site returns a confirmation. This one page is CAPTCHA enabled and there's no way of getting around that. We're scanning with WebInspect and, while they have a recommended method of running 'interactive scans' by recording a web form, it simply prompts us over and over for the CAPTHA code in order to run through its sleuth of checks.<br />
<br />
Is there another tool or recommended testing method to effectively scan a site like this? Thanks.]]></description>
            <dc:creator>spivey</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 31 Aug 2009 17:39:51 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,29717,29717#msg-29717</guid>
            <title>Worm code (22 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,29717,29717#msg-29717</link>
            <description><![CDATA[Hi there, its been a while since i've posted something here.<br />
<br />
i already appoligize for my bad engish ;p<br />
<br />
but as i'm continueing one of my projects i'm asking for some info and help.<br />
i'm curently working on a worm for a very big community site. not to harm but to learn. anyway i manged to find 2 bugs 1 was rather useless and the second one is<br />
use full but quite hard to exploit tho i manged to exploit it anyway ;p.<br />
<br />
the problem with that bug is that it exisit on a cashed site i believe! anyway every 4 ~ 10 min i have to send out a request with the payload this is becouse some how the site is lost afther that period of time. <br />
<br />
Anyway i made some fancy php script wich does that for me with Curl and cronjobs<br />
also i had to update the link every time i did got a new link from the request <br />
i already knew that it isn't very handy couse if it spreads exponentionaly eventually it will crash the script due to over load. so i tought out someting else.  the site is some what stupid as they you can send an email to yourself if you lost your password to recover it so i'm aiming on that weakness in there site.<br />
its easy to change the mail with the xss bug.<br />
<br />
the only thing that i now have to do is automaticly login to a email account like hotmail or gmail with curl orso. i already manged to login to gmail but i couln't read out emails that is the problem so does anyone has some code or some explanation or anyting else wich can help me further on reading out the emails from gmail or hotmail or so ever.<br />
<br />
anyway if this project is done i will show you my code. its quite alot and i'm sure it can be improved alot as well. but this is actually my first attempt on a <br />
&quot;bot alike code&quot; with php/javascript and xss holes.<br />
<br />
I might going to try to create a multiple site xss worm wich will search for weaknesses in other site. i was thinking on using xssed's xss database to search for common bugs in site's to spread it self among other site's as well tho it might be tricky to create such a self coding worm. but this way you could create a worm wich would track down a certain user and gathering info about him.<br />
<br />
anyway this sounds very intresting to me becouse i don't think it has done befor and if u ask me the potential for such an attack is there. as there are already xss scanners etc wich can be implemented into a worm to track down new hole's to spread its self to.<br />
<br />
yours spoof-ghost.]]></description>
            <dc:creator>SpoofGhost</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Thu, 12 Nov 2009 08:50:28 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,28300,28300#msg-28300</guid>
            <title>Lots of vists from Wheaton, IL - Network Location: pppox pool se12.emhril 121307 0145 (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?7,28300,28300#msg-28300</link>
            <description><![CDATA[This network location: pppox pool se12.emhril 121307 0145 gave my website between 500 and 1500 on each of the days May 10, 11, and 20. Each visit lasted less than a second.<br />
<br />
For perspective, my sites gets about 100 unique visitors a day.<br />
<br />
Nothing suspicious has been seen except this information from Google analytics.<br />
<br />
Any thoughts? Is this a spider of some sort??<br />
<br />
Thanks! By the way, my site is a free site that members can signup and get stock market news, etc.]]></description>
            <dc:creator>jkashu</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 22 May 2009 18:19:09 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,27911,27911#msg-27911</guid>
            <title>4chan beats reCaptcha by attacking the process (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,27911,27911#msg-27911</link>
            <description><![CDATA[http://musicmachinery.com/2009/04/27/moot-wins-time-inc-loses/]]></description>
            <dc:creator>wireghoul</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Wed, 10 Jun 2009 19:45:56 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,27483,27483#msg-27483</guid>
            <title>CAPTCHA verification/security code solver extension (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,27483,27483#msg-27483</link>
            <description><![CDATA[Have you seen the NoCaptcha browser extension? It solves CAPTCHAs automatically. http://www.nocaptcha.com <br />
What do you think?]]></description>
            <dc:creator>csharpp</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 07 Apr 2009 14:50:35 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,27376,27376#msg-27376</guid>
            <title>window based puzzeles as CAPTCHA? (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,27376,27376#msg-27376</link>
            <description><![CDATA[lately while browsing <a href="http://www.chromeexperiments.com" rel="nofollow" >chrome experiments</a> I found out the <a href="http://www.chromeexperiments.com/detail/video-picture-puzzle/" rel="nofollow" >image/video puzzle</a> experiment... besides the fact that the pieces of the puzzle are in different browser windows, the fact that videos are used also, it would be a perfect candidate for CAPTCHA...]]></description>
            <dc:creator>backbone</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Wed, 01 Apr 2009 11:09:28 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,27296,27296#msg-27296</guid>
            <title>3D Captcha's (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,27296,27296#msg-27296</link>
            <description><![CDATA[Just saw this on <a href="http://it.slashdot.org/article.pl?sid=09/03/27/2332253&amp;art_pos=1" rel="nofollow" >Slashdot</a>. See it in action <a href="http://www.yuniti.com/register.php" rel="nofollow" >here</a>.<br />
<br />
Don't really like this one; seems like it's very easy to break at first sight.<br />
<br />
What do you guys think?]]></description>
            <dc:creator>Spyware</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 03 Apr 2009 01:45:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,26872,26872#msg-26872</guid>
            <title>decode base64 (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,26872,26872#msg-26872</link>
            <description><![CDATA[how to decode base64 password pls?]]></description>
            <dc:creator>chunk</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Sat, 07 Mar 2009 11:53:19 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,26117,26117#msg-26117</guid>
            <title>Sliceya CAPTCHA (7 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,26117,26117#msg-26117</link>
            <description><![CDATA[Yep me again. I don't give up this CAPTCHA stuff. Here is another attempt:-<br />
<br />
http://www.thespanner.co.uk/2009/01/15/sliceya-captcha/<br />
<br />
Any comments or suggestions appreciated thanks]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Thu, 05 Mar 2009 15:14:39 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,24673,24673#msg-24673</guid>
            <title>captcha (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?7,24673,24673#msg-24673</link>
            <description><![CDATA[I am a captcha newbie so I do not how sophisticated my idea for a captcha would be.<br />
<br />
Using PHP:<br />
Define a seed string of upper and lower case letters, plus numbers.<br />
Generate a random string of 512 or 1024 or whatever length long.<br />
Divide the length of the generated string by the number of characters in the captcha string - call this number 'Nindex'<br />
Generate a random number between 0 and Nindex.<br />
Use this new random number as an index into the random string.<br />
From that index, pick out the number of characters required for the catcha string.<br />
Now display these characters vertically for the form user to re-enter.<br />
<br />
How easily could you experts break this captcha ?<br />
<br />
Regards]]></description>
            <dc:creator>royfdvorak23</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 22 Sep 2008 08:12:29 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,23613,23613#msg-23613</guid>
            <title>PHP LD CAPTCHA (9 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,23613,23613#msg-23613</link>
            <description><![CDATA[I need help in Breaking CAPTCHA.<br />
I need to Break PHP LD versions of CAPTCHA.<br />
<br />
Could some one give some idea not the solution !!!!!!<br />
<br />
<br />
Peeyush Gulati]]></description>
            <dc:creator>peeyushgulati</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Wed, 08 Oct 2008 09:31:42 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,23254,23254#msg-23254</guid>
            <title>Clickable captcha (10 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,23254,23254#msg-23254</link>
            <description><![CDATA[what do yall think of these?<br />
instead of entering the confusing number, just click on it<br />
<br />
easy to defeat? im guessing...?<br />
<br />
ive made some modifications to the second one<br />
<br />
http://6tx.net/sc/form.php<br />
http://6tx.net/sc2/<br />
<br />
what do yall think?]]></description>
            <dc:creator>PaPPy</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 08 Jul 2008 15:35:56 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,23228,23228#msg-23228</guid>
            <title>Rapidshare's 3D CAPTCHA... (7 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,23228,23228#msg-23228</link>
            <description><![CDATA[I just noticed this:<br />
<br />
<a href="http://img70.imageshack.us/my.php?image=rapidsharets8.gif" rel="nofollow" ><img src="http://img70.imageshack.us/img70/3776/rapidsharets8.th.gif" class="bbcode" border="0" /></a><br />
<br />
Now there's some innovation here: I haven't seen 3D letters + perspective view anywhere else, and even though it's pretty much human readable, I think it'll give bots some very hard work. I for one wouldn't know how to deal with this...<br />
<br />
Any ideas? What do you think?]]></description>
            <dc:creator>istari</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 04 Jul 2008 09:00:14 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,22742,22742#msg-22742</guid>
            <title>What about this Captcha? (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,22742,22742#msg-22742</link>
            <description><![CDATA[<a href="http://tasvideos.org/forum/profile.php?mode=register&amp;ogre=true&amp;language=english" rel="nofollow" >This (TASvideos)</a> one seems kinda interesting, combining text overlayed on a image, with a random pick the X code with the Y color...<br />
<br />
It looks like it could be defeated with a special reader though...]]></description>
            <dc:creator>GenericUsername</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 10 Oct 2008 21:57:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,22089,22089#msg-22089</guid>
            <title>uberBOT (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,22089,22089#msg-22089</link>
            <description><![CDATA[[]]]></description>
            <dc:creator>rohanpinto</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 29 Apr 2008 18:11:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,21814,21814#msg-21814</guid>
            <title>Spiders, title tag parsing, XSS (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,21814,21814#msg-21814</link>
            <description><![CDATA[Hello everyone,<br />
<br />
I put some html pages on my website with special title tag, with hope that I will find some vulns in some spiders. As I know, spiders doesn`t use urls from title tag, in order to spider that pages ?<br />
<br />
Anyway, that title tags look like this:<br />
<br />
1. &lt;script&gt;window.location = &quot;someurl&quot;&lt;/script&gt;<br />
2. &lt;img src=&quot;javascript:window.location = 'someurl'&quot;&gt;<br />
3. window.location = 'someurl'<br />
4. /img src=&quot;javascript:window.location = 'someurl&quot;/<br />
<br />
And, two spiders (MSN and accoonabot) visit &quot;someurl&quot;, accoonabot with refer from .html page and MSN without any refer. Both of them came from 1st case of title tag.<br />
<br />
I`m asking now, is there some vulns in spiders parsing engine ? Is accoonabot redirected with javascript because there is refer or MSN have some vuln in displaying title tag in their &quot;backend&quot; system ?<br />
<br />
I now that this test can be better, but I want to hear first yours opinion ...<br />
<br />
Thanks,<br />
Ivan]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 07 Apr 2008 13:40:16 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,21538,21538#msg-21538</guid>
            <title>Botnet With Undetected Server 4Sale (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,21538,21538#msg-21538</link>
            <description><![CDATA[Hey people my name is soda and i just created a new botnet wanted to share it with yall.... my botnet doesn't use irc it has its own client the bots connect too for an example u can use a no-ip.org account incase your ip changes so once your ip changes all u would have to do is enter your new ip in your dns redirects.... commands are apache,http,icmp,udp works great..... if u are interrested in buying my botnet please contact me on msn my msn is Soda_da_pimp@hotmail.com or u can contact me on yahoo my yahoo my id is The_homeless_hacker@yahoo.com heres a pic of the botnet... http://i30.tinypic.com/16joqc1.jpg you will also get the client and 2 undetectable servers for 25$ Western Union..... so if u are interrested please feel free to contact me thanks for your time....]]></description>
            <dc:creator>programmer_soda</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Fri, 21 Mar 2008 11:20:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,21378,21378#msg-21378</guid>
            <title>Codetcha (24 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,21378,21378#msg-21378</link>
            <description><![CDATA[I've just released this today, it's a technical CAPTCHA targeted at high tech audiences like sla.ckers. It still needs some work but I thought it was a interesting concept, <br />
<br />
I used code errors as the method because although a computer can parse syntax errors it usually cannot understand the code behind it. Is this easily breakable? I could introduce more randomisation and different code blocks if so.<br />
<br />
http://www.thespanner.co.uk/2008/03/17/codetcha/]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Sun, 30 Mar 2008 15:23:24 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,21280,21280#msg-21280</guid>
            <title>Yahoo/Hotmail/Google CAPTCHA Extraction (8 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,21280,21280#msg-21280</link>
            <description><![CDATA[When it comes time to test and tweak an algorithm, or just to figure out where it's best to begin, it's helpful to have a large sample size to work with. Below are several php scripts I used to extract out and save 1000 CAPTCHA jpegs or wavs from the major email sites. They work very similar, but each one has subtle changes in parsing.<br />
<br />
The URL at the top of each file may need updating when you get ready to run it, since the session variable may have expired.<br />
<br />
<a href="http://maluc.pastebin.ca/939379" rel="nofollow" >Yahoo (jpeg)</a><br />
<a href="http://maluc.pastebin.ca/939368" rel="nofollow" >Hotmail (jpeg)</a><br />
<a href="http://maluc.pastebin.ca/939373" rel="nofollow" >Hotmail (wav)</a><br />
<a href="http://maluc.pastebin.ca/939381" rel="nofollow" >Google (jpeg)</a><br />
<a href="http://maluc.pastebin.ca/939622" rel="nofollow" >Google (wav)</a><br />
PS - For the sake of others, please don't add/modify things in this pastebin.<br />
<br />
-maluc]]></description>
            <dc:creator>maluc</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 02 Sep 2008 21:11:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,20926,20926#msg-20926</guid>
            <title>Google captcha spam (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,20926,20926#msg-20926</link>
            <description><![CDATA[Anyone seen this? thoughts?<br />
http://www.websense.com/securitylabs/blog/blog.php?BlogID=174]]></description>
            <dc:creator>Sandokan</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 03 Mar 2008 12:09:59 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,20508,20508#msg-20508</guid>
            <title>Help with Bot identification (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,20508,20508#msg-20508</link>
            <description><![CDATA[Ok so at first I thought we were hit with some sort of penn test software, upon further investigation it looks more like a bot that's hit many a site. Here is a link to the first post I put in XSS: http://sla.ckers.org/forum/read.php?2,20465<br />
<br />
If you plug the email address into google you'll find hundreds of sites hit with this that are CAPTCHA vulnerable.. anyone know if this is a common bot?<br />
<br />
Thx,<br />
<br />
Stowe]]></description>
            <dc:creator>Stowe</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 12 Feb 2008 15:40:39 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,18552,18552#msg-18552</guid>
            <title>Microsoft's Asirra CAPTCHA: my first thoughts: (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,18552,18552#msg-18552</link>
            <description><![CDATA[http://research.microsoft.com/asirra/<br />
<br />
<br />
First there's the really really annoying (and illegal, in the UK) fact, that there's no alternative offered for visually impaired users (this could be solved by the implementation, but there's nothing built-in), it also relies on javascript which is also annoying.<br />
<br />
I'd also like to see how the 'ticket' system works, and whether a ticket could be used more than once, etc. I think the devil here is in the web site's implementations. <br />
<br />
ALSO.. the 'adopt me' link takes you to a page about the animal in question... this could be used to index the entire database in... assuming one hit per second (zombienet with a dead-drop database somewhere) you're looking at 3,000,000/360 hours ~833 hours to index the database in it's entirety... and indexing even 25% of the database allows you to keep refreshing the selection until you hit 6 you recognise with fairly high reliability.]]></description>
            <dc:creator>Jeffuk</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 18 Feb 2008 19:13:26 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,17447,17447#msg-17447</guid>
            <title>An interesting CAPTCHA (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,17447,17447#msg-17447</link>
            <description><![CDATA[From http://stonerocket.net, one of those generic free hosts that make you post.<br />
Basically, it involves distinguishing animals(mostly cats) from objects through the use of radio boxes. It is quite an interesting idea, it uses many images and seems like a computer would not be able to tell unless every image was found and marked as what each type was. The image file names change randomly with the session ID too, but that would not stop a smart bot...<br />
<br />
It was an interesting idea anyway.]]></description>
            <dc:creator>GenericUsername</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Sun, 30 Dec 2007 14:44:05 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,16946,16946#msg-16946</guid>
            <title>Month of Bugs in Captchas (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,16946,16946#msg-16946</link>
            <description><![CDATA[Hello guys!<br />
<br />
Informing you about my new project which I announced at last week (http://websecurity.com.ua/1461/).<br />
<br />
The time has come for announcement of my new project - Month of Bugs in Captchas. This project will start next month. So November is a month of bugs in Captchas ;-) .<br />
<br />
There are a lot of different Captcha systems in Internet and a lot of them are vulnerable. Captchas create only illusion of protection. The purpose of this Month of Bugs is to demonstrate the real state of Captchas’ security, which are using at many web site.<br />
<br />
In November 2007 there will be Captchas Apocalypses. A lot of Captchas will be hacked to death. They will die to reborn into new more secure Captchas. The time has come.<br />
<br />
Address of the project: http://websecurity.com.ua/category/mobic/]]></description>
            <dc:creator>MustLive</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Mon, 22 Oct 2007 19:12:09 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,16148,16148#msg-16148</guid>
            <title>free captcha solving service... (9 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,16148,16148#msg-16148</link>
            <description><![CDATA[OK, so I found <a href="http://www.captchakiller.com" rel="nofollow" >this site</a>, which weirdly enough offers free CAPTCHA solving services. Has anybody heard of it? Does somebody know what's behind the site (proxy, ocr software, etc)? Is it even real, or is it a hoax of some sorts?<br />
<br />
Anyway, they say they do it for blind people (and assure you that they don't allow spammers to use their service), and yet they offer an API which would be really handy if one wanted to completely automate the service in order to send spam...<br />
<br />
What do you think?<br />
<br />
NOTE: I'm not related in any way to this site: just curious about how this works, where's their profit, and how good they are...]]></description>
            <dc:creator>istari</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Tue, 23 Oct 2007 19:34:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?7,15713,15713#msg-15713</guid>
            <title>Storm Botnet? (8 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?7,15713,15713#msg-15713</link>
            <description><![CDATA[Hi,<br />
<br />
I'm very new to this site, and to web security in general. The thing that's really making me curious about this is the storm botnet... It's getting a lot of coverage and baffles me. I read a bit about it on Slashdot, F-Secure, and Wikipedia, but was wondering if there's any detailed information / research / whatever about this that is available? Any help would be appreciated.<br />
<br />
Thx.]]></description>
            <dc:creator>citizen535400</dc:creator>
            <category>Robots/Spiders/CAPTCHAs, oh my</category>
            <pubDate>Wed, 10 Oct 2007 17:50:41 -0500</pubDate>
        </item>
    </channel>
</rss>
