From 77035f32e5c2912505a9958aa426d34e6139478f Mon Sep 17 00:00:00 2001 From: David Date: Mon, 24 Nov 2014 14:20:52 +1300 Subject: Added readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..50e0508 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.1