Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

Defeating CAPTCHAs via Averaging

Subject: Defeating CAPTCHAs via Averaging
Date: Sat, 27 Jan 2007 03:00:13 +0100
Summary
=======

This article describes how certain types of captchas (such as the ones used 
by a German online-banking site) can be automatically recognized using 
software. The attack does not recognize one particular captcha itself but 
exploits a design error allowing to average multiple captchas containing 
the same information. The result can be recognized by conventional OCR 
programs thereby defeating the captcha. 

Details
=======

The detailed article (including sample images) is online here:
http://www.cip.physik.uni-muenchen.de/~wwieser/misc/captcha/

Countermeasurements
===================

Website developers can easily defend against this attack by not 
allowing the extraction of a series of different captcha images 
with same content. Instead, the image should change only when the 
text content changes. 

Captcha designers can defend agaist averaging attacks by not using 
noise-like distortions. For example, moving and rotaing individual 
letters by a large enough distance/angle will spoil averaging by 
reducing the contrast in averaged images.

Contact: wwieser (at) gmx -dot- de
PLEASE do not CC me when posting to the list; I am subscribed. 

<Prev in Thread] Current Thread [Next in Thread>