msemple1111 / kahoot-hack

A suite of tools for easily manipulating the kahoot.it quiz platform
GNU General Public License v3.0
65 stars 27 forks source link

Flood stopped working "403 Forbidden" #17

Open PhancyCode opened 7 years ago

PhancyCode commented 7 years ago

The flood.py script wouldn't work for me so I looked through the log file and this is what was logged:

Time:

2017-07-06 15:05:40.316115 Error no: 1001 403

403 Forbidden

403 Forbidden


openresty/1.11.2.2

Time: 2017-07-06 15:05:40.390200 Error no: 1002 403

403 Forbidden

403 Forbidden


openresty/1.11.2.2

I found that the same forbidden error popped up when visiting https://kahoot.it/cometd/ which is a part of the url you use to connect to Kahoot after reserving a session. Is it just my computer or did Kahoot change the way they handle sessions/connections to break flooders?

unixpickle commented 7 years ago

This may be fixed now with the new safeval.pw. Try it again.

msemple1111 commented 6 years ago

It means invalid cookies were sent because either the session hasn't authenticated properly or of a bug in my code.

Did you re test this after safeval.pw was upgraded?