Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Added New Token findings
Browse files Browse the repository at this point in the history
thanks to #2
  • Loading branch information
hxr404 authored Jun 7, 2021
1 parent ad17bff commit 6c5f20d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ I'll update this invite regularly, if my account gets compromised or Discord shu
<tr><th></th><th>Example</th></tr>
<tr><td>User ID Encoded in Base64</td><td>NTzQvPcLBacBmgajXQc7QAaU</td></tr>
<tr><td>Dot</td><td>.</td></tr>
<tr><td>1 Uppercase letter, user specific</td><td>X</td></tr>
<tr><td>2 chars (uppercase/lowercase letters, numbers, - or _), user specific</td><td>Cg</td></tr>
<tr><td>3 chars (uppercase/lowercase letters, numbers, - or _), only user specific for bot accounts</td><td>boz</td></tr>
<tr><td>Timestamp -epoch(1293840000) converted to base64 (credit to @Flam3rboy)</td><td>XCgboz</td></tr>
<tr><td>Dot</td><td>.</td></tr>
<tr><td>27 Random chars (uppercase/lowercase letters, numbers, - or _)</td><td>c4t51kFWSEmdmaPnKoyUuu8E78E</td></tr>
<tr><td>HMAC (credit to @Flam3rboy) consiting of 27 chars (uppercase/lowercase letters, numbers, - or _)</td><td>c4t51kFWSEmdmaPnKoyUuu8E78E</td></tr>
</table>
NTzQvPcLBacBmgajXQc7QAaU.XCgboz.c4t51kFWSEmdmaPnKoyUuu8E78E
There is this awesome diagram from <a href="https://github.com/hxr404/Discord-Console-hacks/issues/2">#2</a> wich shows the exact token structure:<br><br>
<img src="https://user-images.githubusercontent.com/34555296/120932740-4ca47480-c6f7-11eb-9270-6fb3fbbd856c.png"></img> <br>
</details>
<br>

Expand Down

0 comments on commit 6c5f20d

Please sign in to comment.