aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 50e05089ebca7ae376e5a9dea7c26cbdc0841b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'm hoping like mad that they are a joke.
Looking at their footer, they look like they're just a site to attract attention for advertising.


Dependencies
------------
* wget
* curl

Invocation
----------
A simple

    ./svgcaptcha-parser

will use curl to fetch a random captcha and save it with a filename to describe the captcha's text.
For example, a captcha reading 'j526nyn' will be saved as `j526nyn.svg' in the working directory.
Yay.