Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lakshmankishore/captchasolver
- Owner: LakshmanKishore
- Created: 2023-06-29T12:45:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T17:15:48.000Z (over 1 year ago)
- Last Synced: 2024-10-24T16:54:20.082Z (2 months ago)
- Topics: captcha-breaking, captcha-solver, computer-vision, html, javascript, python, tessaract-ocr, tesseractjs, vtu-results
- Language: Jupyter Notebook
- Homepage:
- Size: 28.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)