Skip to content
Advertisement

Discord malware

Someone contacted me with a problem regarding Discord. The code below was brought to my attention as it was run around the time the problems began. Windows asks what program the code below should be run with and the default is Discord. Every time Discord is run, this chunk of code is run:

JavaScript

Any idea what this could be? I can see: for token in gettokens(path): and "text": f"Token grabber by THC4L" It almost looks like a Discord token skimmer. It looks like it takes phone numbers, usernames, account info, PC info and more…

EDIT:

THIS IS MALWARE. This is a token logger for the Discord desktop app. It also looks in your browser for other discord-related information.

It has been reviewed in greater depth here:

https://www.youtube.com/watch?v=s3wS1Dd3FFs&feature=youtu.be

The scriptwriter gives some very insightful information in the Pastebin link he provided and I would encourage you to check it out: https://pastebin.com/0q0Fk0Ej enter image description here

It specificaly tries to pull:

  • Public ip address
  • Discord tokens
  • Discord friends
  • Discord friend’s ids
  • Dicord username
  • Discord user id
  • Discord email
  • Discord nitro (checks if you have it)
  • Phone number
  • Billing onfo
  • PC username
  • PC name
  • PC platform

Since removed YouTube account promoting the script:

https://www.youtube.com/channel/UCydMtuzGQ0kFPhK2hIXFf6A

The creator’s Github account:

https://github.com/ecriminal

Advertisement

Answer

That is malware, not only a token logger but also stealing Chrome, Brave, Opera and Yandex passwords. Uninstall that immediately and change all your passwords.

YouTube channel of creator: https://www.youtube.com/channel/UCydMtuzGQ0kFPhK2hIXFf6A

update: As it turns out, it also steals your ip, yay!

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement