unixpickle / kahoot-hack

Reverse engineering kahoot.it
BSD 2-Clause "Simplified" License
564 stars 354 forks source link

Failed to defeat challenge #116

Closed DRAWNBOX closed 7 years ago

DRAWNBOX commented 7 years ago
C:\Users\DRAWNBOX\go\src\github.com\unixpickle\kahoot-hack\kahoot-flood>go run main.go 279144 hacker 5
failed to connect: failed to create session: failed to defeat challenge: decode.call(this, '67te6csO76JdbbPfc5JjALZI3YtBiBzqJSlc2G8ESdBWr0vsIfRF4kxg5UcBdUAVpD2eIFP6OwLaiOodhrc7JVjERdMPceoutW1K'); function decode(message) {var offset = ((9 + 66 * 53) + (65 * (62 + 67))) * 55; if (this.angular.isObject(offset)) {console.log("Offset derived as: {", offset, "}");}return _.replace(message, /./g, function(char, position) {return String.fromCharCode((((char.charCodeAt(0) * position) + offset) % 77) + 48);});}
exit status 1
unixpickle commented 7 years ago

This should be fixed now. It was a bug in the service which deciphers hashes. That bug should now be fixed.