aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8b31eab2aceef308928b3f7b67716779a98d9495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
svgcaptcha-parser
=================
This is a utility to demonstrate the vast stupidity of human kind by easily parsing an SVG captcha as provided by [SVGCaptcha](http://svgcaptcha.com)

I suppose you could call it an SVG captcha 'cracker' if you're a total tool.

Note that it doesn't do beizer curve SVG captchas, because I'm lazy.
This targets a very small subset of all possible types of SVG captchas.

Dependencies
------------
* HTTP::Tiny
* XML::Simple