Skip to content

Reading out sensitive account data from IPC socket

Notifications You must be signed in to change notification settings

CrackerCat/discord-ipc-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-ipc-poc

Reading out sensitive account data from IPC socket

How does it work?

Discord opens an local websocket that probaly is only there for the overlay (which we are gonna exploit) if you send an packet with the cmd OVERLAY and some args (read source code hint: L59) it will give you back an packet with the cmd DISPATCH and the PID you gave in args, that packet will give you the whole user object and token, this only works on windows as of right now since its the only OS where the overlay works, i do not know how to get it working on linux yet.

About

Reading out sensitive account data from IPC socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%