GithubHelp home page GithubHelp logo

anthrax3 / 8chan-captcha-solver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fiskwastaken/8chan-captcha-solver

0.0 1.0 0.0 224 KB

This was once used to beat a captcha!

License: MIT License

JavaScript 100.00%

8chan-captcha-solver's Introduction

8chan-captcha-solver

Simple captcha solving userscript for 8chan.

The captcha system that this solver targeted has been deprecated because of it, therefore this is now useless. Hurray!

Introduction

This is a script in the form of a reusable library that demonstrates the insecurity of 8chan's (vichan's?) captcha software.

The captcha itself is a nice concept, since it creates a massive, cumbersome web of letters with randomized margin widths and absolute element offsets in HTML/CSS. There are a lot of dummy letters that are either unreadable or just completely hidden from the user. Some are even upside down, but use an upside down version of the character it wants to convey.

Unfortunately, the entire thing can be read like a book because we have a bunch of browser utilities at our disposal. We solve the problem by simply looking at the relative positions of the letters on the browser, filtering out obvious fakes, then ordering the letters as they appear on the screen in order to get the answer.

My main intention for doing this was to see if I could crack it, since I had a hunch that it was going to be pretty exploitable. Otherwise, it was an annoying piece of shit that had a short timeout duration (2 minutes, which was annoying if it generated itself before or while you started writing a long post), and would sometimes generate captchas which were unsolvable; sometimes by overlaying an "invisible" letter over a real one, therefore obscuring it from view.

Hopefully this convinces someone to use a less exploitable captcha implementation, such as the new Google one.

Installation

It's a userscript; use Tampermoney or Greasemonkey.

Usage

  1. Click the verification field.
  2. You're done.

Known Issues

  1. Triggering captcha currently makes the page scroll to the top.
  2. Upside down characters are a bit of a bitch to deal with, because sometimes they're made invisible by their rotation but other times they aren't based on the pivot. Yet to figure that out.

8chan-captcha-solver's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.