Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   3434

Python Discord Token Checker full capture

by RON_1 - 01 July, 2023 - 09:09 PM
This post is by a banned member (RON_1) - Unhide
RON_1  
Registered
97
Posts
31
Threads
2 Years of service
#1
(This post was last modified: 01 July, 2023 - 09:17 PM by RON_1. Edited 1 time in total.)
INSTALL
pip3 install -r requirements.txt
python main.py

USAGE

Enter token. Accept: input text, any file (accept unparsed logs), folder (recursive scan files with tokens).
This program parses token with complex algorithms (check QUESTIONS for more info).
Then your tokens, check for validation using parallel request with highest speed.
In the output you get text files with tokens and json_data file which contain all tokens data .

QUESTIONS

Q: Could there be bugs in the code?

A: Absolutely not. All methods used in the checker have been tested 1000 times by me, and the results have been verified with other checkers, including synchronous ones.

Q: Why is the sum of valid + unverified + invalid tokens less than the sum of parsed tokens?

A: The checker records all id tokens. If the new token contains an id from the list of verified ones, it is removed. Don't worry if one token becomes invalid another token with the same id too.

Q: Why do I have 1000 tokens in the file, but the parser found only 580?

A: The code uses an advanced token parser. The fact is that ordinary parsers check only the token pattern, but it also needs to check headers. (More info: https://jwt.io/introduction) In short, there are tokens that were created by some kind of token generator. They contain a header. If you decrypt it (base64), then for natural discord tokens it represents json value, while for generated ones it will be different. Check it out for yourself: https://jwt.io/.



OUTPUT
Standard output with valid, invalid, etc txt files.
Json output:
Code:
{
    "tokensInfo": {
        "valid": [],
        "nitro": [],
        "payment": [],
        "phone": [],
        "unverified": [],
        "invalid": [],
        "parsedTokens": []
    },
    "tokensData": {
        "TOKEN": {
            "status": "valid || unverified || invalid",
            "me": {},
            "payment_sources": {}
        }
    }
}  

Download:

Hidden Content
You must register or login to view this content.

Reply = leecher
Reply + like = no leecher

This post is by a banned member (AJYYYYYyyy) - Unhide
13
Posts
1
Threads
2 Years of service
#2
thx
This post is by a banned member (RON_1) - Unhide
RON_1  
Registered
97
Posts
31
Threads
2 Years of service
Bumped #3
This is a bump
Reply = leecher
Reply + like = no leecher

This post is by a banned member (DrixGod96) - Unhide
DrixGod96  
Registered
54
Posts
0
Threads
2 Years of service
#4
lets see
This post is by a banned member (vgts2022) - Unhide
This post is by a banned member (DevSon) - Unhide
This post is by a banned member (RON_1) - Unhide
RON_1  
Registered
97
Posts
31
Threads
2 Years of service
Bumped #7
This is a bump
This post is by a banned member (t0o) - Unhide
t0o  
131
Posts
0
Threads
2 Years of service
#8
(01 July, 2023 - 09:09 PM)RON_1 Wrote: Show More
INSTALL
pip3 install -r requirements.txt
python main.py

USAGE

Enter token. Accept: input text, any file (accept unparsed logs), folder (recursive scan files with tokens).
This program parses token with complex algorithms (check QUESTIONS for more info).
Then your tokens, check for validation using parallel request with highest speed.
In the output you get text files with tokens and json_data file which contain all tokens data .

QUESTIONS

Q: Could there be bugs in the code?

A: Absolutely not. All methods used in the checker have been tested 1000 times by me, and the results have been verified with other checkers, including synchronous ones.

Q: Why is the sum of valid + unverified + invalid tokens less than the sum of parsed tokens?

A: The checker records all id tokens. If the new token contains an id from the list of verified ones, it is removed. Don't worry if one token becomes invalid another token with the same id too.

Q: Why do I have 1000 tokens in the file, but the parser found only 580?

A: The code uses an advanced token parser. The fact is that ordinary parsers check only the token pattern, but it also needs to check headers. (More info: https://jwt.io/introduction) In short, there are tokens that were created by some kind of token generator. They contain a header. If you decrypt it (base64), then for natural discord tokens it represents json value, while for generated ones it will be different. Check it out for yourself: https://jwt.io/.



OUTPUT
Standard output with valid, invalid, etc txt files.
Json output:
Code:
{
    "tokensInfo": {
        "valid": [],
        "nitro": [],
        "payment": [],
        "phone": [],
        "unverified": [],
        "invalid": [],
        "parsedTokens": []
    },
    "tokensData": {
        "TOKEN": {
            "status": "valid || unverified || invalid",
            "me": {},
            "payment_sources": {}
        }
    }
}  

Download:

sdkroe

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)