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
- Host: GitHub
- URL: https://github.com/888krishnam/auto-captcha-extension
- Owner: 888krishnam
- License: gpl-2.0
- Created: 2024-06-15T12:16:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T13:28:52.000Z (over 1 year ago)
- Last Synced: 2025-06-16T23:47:44.643Z (about 1 year ago)
- Topics: chrome-extensions, javascript, tesseract-ocr, webpack
- Language: JavaScript
- Homepage: https://microsoftedge.microsoft.com/addons/detail/captcha-filler/gigkcapfipmhbkdmhhhlgdfbnpabgjhe
- Size: 188 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- Clone this repository or download zip and extract it.
- Open Chrome and go to chrome://extensions/.
- Enable "Developer mode" in the top right corner.
- 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.