aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 79e63a276bfa561b997d0be81b3e826692b48fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
------------
* curl
* XML::Simple

Invocation
----------
Example:

    $ ./svgcaptcha-parser 
    Saved 3f45kx9.svg
    $ ls *.svg
    3f45kx9.svg
    $