How to setup and use - Derpitron/Discord-OTP-Forcer GitHub Wiki
Requirements
- Python (https://www.python.org/downloads)
- Google Chrome (https://www.google.com/chrome)
Windows
-
Clone/download the repository.
- Download repository (https://github.com/Derpitron/Discord-OTP-Forcer/archive/refs/heads/main.zip)
Or,
- Clone with Git
git clone https://github.com/Derpitron/Discord-OTP-Forcer.git
-
Go to the location you installed the repository and run
scripts/Windows/setup.bat
. -
The requisite dependencies with install then the
user/cfg.yml
file will open, fill out the necessary credentials then save and close notepad. -
Run
scripts/Windows/start.bat
, Follow the instructions in the command prompt. -
An automated Google Chrome window will open. When the hCaptcha appears, complete it as normal.
-
Wait for either a successful login, or a closed browser window (Failure to brute force codes)
Mac OS, Linux, other Non Windows based OS
- Clone/download the repository, and
cd
to it
git clone https://github.com/Derpitron/Discord-OTP-Forcer.git
cd Discord-OTP-Forcer
- Install the requisite dependencies.
pip install -r requirements.txt
- Fill out the necessary credentials in the
user/cfg.yml
file. - Run the
main.py
file.
python main.py
- An automated Google Chrome window will open. When the hCaptcha appears, complete it as normal.
- Wait for either a successful login, or a closed browser window (Failure to brute force codes)
Filling out the cfg.yml
The program has two modes reset
and login
we'll need to set programMode
to one of these.
programMode:"reset"
Will set the program to password reset mode.programMode:"login"
Will set the program to login mode.
After you've set the mode you'll need to chose what type of code you want the program to use, The program currently has 3 modes to choose from.
codeMode:"normal"
Generates a 6-digit numeric 'normal' code.codeMode:"backup"
Generates an 8-digit alphanumeric 'backup' code.codeMode:"both"
Generates a code with a random possibility of being 'normal' or 'backup' type.
If you plan on using the Reset
mode you'll need to fill out the newPassword
and resetToken
fields.
How to get your token
- Go to https://discord.com/login and enter the email for the account and click forgot password.
- Find the password reset email and click reset password.
- Your token will be in the URL for the password reset page.
You only need the part after https://discord.com/reset#token=
the program will not work if you put the entire URL.