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!
- Clone the repo
$ git clone https://github.com/zekroTJA/tokenToolsR
- Configue the build script for the platform, you want to distribute to:
build.sh
#!/bin/bash
## CUSTOM BUILD VARS ##
OS=linux
ARCH=amd64
#######################
- Use the script to build:
$ bash build.sh
-
Move the build
tokenTools
and theweb/
folder to the location you want to host it from. Keep in mind that theweb/
folder needs to be in the same location as the build binary! -
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)!
© 2018 zekro Development
zekro.de | contact[at]zekro.de