Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

iLMS Captcha Breaker

A JavaScript program that can solve the iLMS captcha.

Demo

The answer of captcha will fill in automatically. The calculation should be done as soon as the captcha image is loaded.

demo_frame41

demo_frame42

Installation

Safari

  1. Install an open source Userscripts Editor via Mac App Store.
  2. Create a new JavaScript.
  3. Copy and paste iLMS.js .
  4. Hit the "save" buttom.
  5. Open an iLMS login page to check result.

Chrome

  1. Install an open source Code Injector via Web Store.
  2. Add rule.
  3. Fill in the URL pattern with somthing like *://lms.*.edu.tw/login_page.php* or *://ilms.*.edu.tw/login_page.php*.
  4. Copy and paste iLMS.js .
  5. Hit the "save" button.
  6. Open an iLMS login page to check result.