guys, Mathongo – response link to calculate marks is not unique (with video)
https://reddit.com/link/1il9v8y/video/9v22k157k2ie1/player
Claim : unique parameters that are candidate name and application number are optional and hence all entries are treated as unique
Similar to how it was found that pdf’s can be calculated without details of users, I tried the same with link calculation and GOT THE SAME RESULTS
Steps to reproduce the proof :
- Host your response sheet somewhere online and remove the user data from it. I have used https://prodijee.in/testingcode/
- Now go to mathongo calculator site (https://jee-marks-calculator.mathongo.com/)
- Because they only allow to post digialm dot com domain to calculate the results use the given code and paste it in Developers Option->Console Tab
window.URL = class extends URL {
constructor(url) {
super(url);
}
get hostname() {
return "digialm.com";
}
};
- This will bypass the javascript restriction and now post the edited response sheet and calculate the marks.
- They calculate the marks as normal and do not throw any error like application number not found.
Calculating results without storing these unique parameters means that all entries are treated as unique. At prodijee we throw an error if such a case because we calculate using unique entries only. THE NUMBER 1.6 LAKH IS INFLATED.