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

https://github.com/888krishnam/auto-captcha-extension

Automatic CAPTCHA Filler For SRM Student Portal
https://github.com/888krishnam/auto-captcha-extension

chrome-extensions javascript tesseract-ocr webpack

Last synced: 12 months ago
JSON representation

Automatic CAPTCHA Filler For SRM Student Portal

Awesome Lists containing this project

README

          

# Auto-Captcha-Extension
This extension automatically fills the captcha on the SRM Student Portal login page using Tesseract.js for Optical Character Recognition (OCR). If you saved your email and password, the extension will fetch your email and password from chrome's local storage and automate the entire login process by filling in your email, password, and solved captcha, and submitting the form.

# Features


  • Fills captcha on SRM Student Portal login page.

  • Uses Tesseract.js for OCR.

  • Uses Chrome's storage API for storing email and password.

  • Bundles JavaScript code with webpack-cli.

# Load the extension in Chrome:


  1. Clone this repository or download zip and extract it.

  2. Open Chrome and go to chrome://extensions/.

  3. Enable "Developer mode" in the top right corner.

  4. Click "Load unpacked" and select this folder.

# Usage
Navigate to the SRM Student Portal login page.
If stored, your email and password will be filled in the corresponding field.
The extension will automatically detect the captcha image and attempt to solve it.
The solved captcha text will be filled in the corresponding field and submit button will be pressed.

# Disclaimer
This extension is for educational purposes only. Using automated tools to bypass security measures might violate the terms of service of the SRM Student Portal. Use this extension at your own risk.

# Dependencies
Tesseract.js

webpack-cli (For development)

# Contributing
Feel free to submit pull requests for improvements or bug fixes.