See devices logged into your discord account.
This repo is archived. That was a my project based on discord websockets and sessions, events. Discord now bringed devices features officialy, so this repo is unnecessary at this time. Will be in here for researchs!
This tool will give a very simple answer to people who think they have been hacked.
Story
After seeing weird actions on my account, i searched ways to see devices in my account. But no, there was no way. I decided to make my own tool. Now open sourcing to those, who thinking "am i got hacked?".
What happening when you logged-into your account? let me explain it.
- Your platform, version being collected.
- Discord creating a unique session ID and binds with those collected info.
- Even if discord won't fire following informations, they are also collected. [ip, country, full ver] etc.
- Discord firing
SessionUpdate
event with limited info collected about you.
LogCord listens to this event to be fired and collects device infos for you.
Unfortunately, the informations are very limited. But enought to understand if you're hacked.
- Session ID
- Platform (ex: android)
- Version (ex: 11.0)
If you see unrecognized device, that mostly means you're hacked.
- Grab release build and login with your token.
- Wait for the event to be fired (as soon as possible, discord will fire it)
- Currently there are no way to evade from this. Means if you're hacked, hacker can't hide itself.
- Tool prevents from you being token terminated by discord.
with real connection strings
Licensed under MIT. Feel free to create contributons, issues.