faceslog / discord-grabber-go

POC - Discord Grabber in Golang 2023 (Windows/Linux)
GNU General Public License v3.0
14 stars 4 forks source link

Bypass Discord Encryption Windows #2

Closed faceslog closed 2 years ago

faceslog commented 2 years ago

Since the new Discord Update, discord encrypts the token on Windows using WinApi specific functions and AES GCM. It means that the token grabber is now platform dependant. The code on this current branch is designed for Windows Systems. If you wish to use it for Linux & MacOS, please checkout the Unix branch