/KitKat-Bruteforcer

An script that attempts to get some working codes for the KitKat iPhone 11 raffle.

Primary LanguagePythonApache License 2.0Apache-2.0

KitKat Bruteforcer

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.

BETA - Threading:

You can set a number of threads to make it faster.
This is still on beta phase so it doesn't work properly yet. More than 1 or 2 threads doesn't usually work.

Installation:

First clone this repository running
git clone https://github.com/lectair/KitKat-Bruteforcer
To install the required modules, run the following command in your command line:
pip3 install -r requirements.txt
If this doesn't work, try "pip" instead of "pip3".

Setting up cookies:

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.

Sending 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.

Browser Inspector


This is the value that you have to paste into the line 87. Just paste it inside the quotes.

Paste the cookies



Usage:

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


Images

Usage

Usage

Working code:

Code sent