Skip to content

A rewrite of the discordTokenTools with better performance and less dependencies.

License

Notifications You must be signed in to change notification settings

zekroTJA/tokenToolsR

Repository files navigation

~ tokenTools R ~

Rewrite of discordTokenTools - fast & fancy

   


Introduction

tokenTools R is the rewrite of the old Discord tokenTools service. Now, directly accessing the discord database without connecting to the gateway, it is way faster than before. Also, the design has changed to a more modern an dynamic style.

With this tool, you can check the validity of Discord bot tokens (not user tokens, because it is very dangerous to handle with this tokens publicly!), get informations about ther accounts and the number and details of the servers the bot account is connected to.

Screenshots of build from 2020/04/06 (255a51e42)

DISCLAIMER:
ONLY USE THIS TOOL FOR PRIVATE PURPOSE AND PERSONALLY CREATED TOKENS YOU ARE THE OWNER OF. PLEASE ONLY USE THIS TOOL WITH FOREIGN TOKENS TO CHECK THEIR VALIDITY AND WARN THE OWNER THAT THE TOKEN IS PUBLIC OR TO WARN SERVER OWNERS THAT THEY SHOULD REMOVE THE BOT ACCOUNT!


Building

  1. Clone the repo
$ git clone https://github.com/zekroTJA/tokenToolsR
  1. Configue the build script for the platform, you want to distribute to:

build.sh

#!/bin/bash

## CUSTOM BUILD VARS ##
OS=linux
ARCH=amd64
#######################
  1. Use the script to build:
$ bash build.sh
  1. Move the build tokenTools and the web/ folder to the location you want to host it from. Keep in mind that the web/ folder needs to be in the same location as the build binary!

  2. Run the tool like follwoing:

$ ./tokenTools -port 5002

If you do not specify any port, 80 will be used! For this, you need to execute the binary with sudo rights (on linux)!


Used 3rd Party Packages and APIs


© 2018 zekro Development

zekro.de | contact[at]zekro.de