Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshmankishore/captchasolver

A captcha solver for a vtu results website
https://github.com/lakshmankishore/captchasolver

captcha-breaking captcha-solver computer-vision html javascript python tessaract-ocr tesseractjs vtu-results

Last synced: 17 days ago
JSON representation

A captcha solver for a vtu results website

Awesome Lists containing this project

README

        

## Catpcha Solver

A captcha solver for vtu website.

## Usage - Desktop

* Install CJS chrome extension from [here](https://chrome.google.com/webstore/detail/custom-javascript-for-web/ddbjnfjiigjmcpcpkmhogomapikjbjdk).
* Open the results page of VTU website.
* Open the CJS extension and paste the below code in the editor.
* Click on Save.

```javascript
javascript: (function() {
var script = document.createElement('script');
script.src = "//cdn.jsdelivr.net/gh/LakshmanKishore/[email protected]/solver.min.js";
document.body.appendChild(script);
script.onload = function() {
console.log("Captcha Solver initialized!")
}
})();
```

## Usage - Mobile

* Create a book mark with some name.
* Paste the above code in the URL section and save it.
* Open the results page in mobile and in the url bar type the name of the book mark and select the bookmark popped.
* The captcha would be solved.

## Demo

![](./captcha_solve_eg.gif)