fawazahmed0 / Moodle-Hacking

Hack Moodle Exam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodle-Hacking

Note:

Everyone seems to be writing to me to share the code, Please understand that I did this project 3 years back, and the code was sort of spaghetti code filled with bugs. The code was written for older version of moodle and it might not even work on the latest moodle version. Sorry for not replying to all those emails, issues etc which were asking for code and I won't be replying to any such new requests as well, because I currently don't even have that code. I hope you understand that. I have explained how the code worked, so that you can rewrite the code for newer moodle version and learn to code.

This hack is not based on vulnerabilities in moodle code

But I will explain you how the code works:
I have not exploited any vulnerability in moodle, rather it is same as cheating from your notebook in exam.
It a client-server program,
Client:
Client (Student) side program will send the questions to server.
Server:
Server side program will receive the questions and search the answers using elastic search, and send back the answer to the Client.

Elastic Search will have all the subject related OCR textbooks(Searchable)

In simple terms, it is same as someone searching the answers from a textbook to cheat in exam, but my program automatically searches the answer from the OCR textbook and sends back to the user.

Screenshot

image

Corner buttons

  • Clicking on top right corner will add new div

image

image

  • Clicking on bottom left corner will add answer

image

image

  • Clicking on bottom right corner will toggle the answer

image

image

About

Hack Moodle Exam

License:The Unlicense