Solving Fossil's ASCII art CAPTCHA in 171 characters
Summary
This article analyzes Fossil SCM's ASCII-art CAPTCHA and demonstrates how a solver can be built using just two font rows. It details a series of code-golf approaches that shrink the problem to a small lookup, highlighting the CAPTCHA's weaknesses. It also discusses Fossil's anti-bot measures and how such techniques inform security research.