This is a tool written in Python3 that attempts to get some working codes for the KitKat iPhone 11 raffle.
There are two modes, random and specific:
- Random mode: Generates a random string with numbers, uppercase and lowercase letters.
- Specific mode: Generates a string with 6 uppercase letters, 3 lowercase letters and 1 number.
This is still on beta phase so it doesn't work properly yet. More than 1 or 2 threads doesn't usually work.
First clone this repository running
git clone https://github.com/lectair/KitKat-BruteforcerTo install the required modules, run the following command in your command line:
pip3 install -r requirements.txtIf this doesn't work, try "pip" instead of "pip3".
First of all you have to sign up into the KitKat website. Then you have to go to the code submitting page and open your browser inspector (Ctrl+Shift+I).
In my case I will be using Firefox but this works for Chrome too at least. Go to the Network tab and then submit a random code.
This will generate some GET & POST requests that are visible in your browser inspector. You have to select the only POST request and go to the request headers part in the right tab. Search the Cookie header and copy its value.
This is the value that you have to paste into the line 87. Just paste it inside the quotes.
Once you've set your cookies you can run the tool just by using the following instructions:
Usage: python3 kitkat_bruteforcer.py [random/specific] [threads]
Example: python3 kitkat_bruteforcer.py specific 2