It "hacks" kahoot.it quiz platform
Basically during one boring quiz on Kahoot, I came up with another funny name before it was instantly banned. I went on Google looking for a tool to flood the game with names like 100 times so the teacher cannot ban them all. I found one tool on Github but it was broken with the developer having no intent of fixing it. So I thought why not build my own suite of tools for script kiddies to troll their teacher. And here we are.
If you're not very technical, I am going to create a website version of these tools soon, so stay tuned!
Here are the tools:
flood.py - Spam the game lobby with many names (e.g. 1000)
play.py - Play Kahoot normally
Soon to come - crash.py - crashing the game of Kahoot so it cannot be played
This short guide is designed for either for Python installed with IDLE or Unix-like CLI (Mac / Linux or Windows with cygwin installed).
- python3 Install Python 3
Download latest repo here
or clone the repo
git clone https://github.com/msemple1111/kahoot-hack.git
Get onto the correct folder. Either click into it or use the terminal command below.
cd kahoot-hack
Either run using IDLE or run the command below to play or flood.
python play.py name pin
python flood.py name pin bot-count
If the network that you want to run this software from uses HTTPS MITM filtering, please add a false to the end of the command line.
python play.py name pin false
python flood.py name pin bot-count false
Or if your using IDLE, please change the setting at the top of flood.py of play.py
####################################################
# Settings: #
####################################################
_verify = True
Change the "_verify" varible to equal "False".
My name is insert-name and I want to use this tool to hack my teacher, Yeah!! Can I do this?
NO!! This suite of tools is intended to be used in test purposes only and no Liability to the owner or any of the contributors for anything done as the result of this program.
Can I use naughty names?
Again, No! This suite of tools is NOT for putting in naughty names into the game.
Can I use this for test purposes only?
Finally, a sensible question. Yes of course you can use this for test purposes only.