Automatically suspends the Discord account of the victim by setting the birthdate to 2015.
This "attack" doesn't work for Discord accounts that have already set their birthdate (Either with the prompt or during the registration time)
The victims will then have 14 days to send to Discord a selfie containing their ID and their Discord Tag. If they don't do so, their Discord account will be permanantly suspended.
- When launched, this program will automatically grab the Discord token from the client's database using 2 methods:
- Using Google's LevelDB's library, which is the proper method. Although this method will most likely fail since the Discord client will lock the LevelDB database.
- Using some ghetto parsing. This might parse old/invalid tokens even though it'll try to get the most recent one.
- Then if it was able to get the token, it'll send a PATCH request to Discord's API to update the user settings (the birthdate in this case).
You'll need to build and include Google's LevelDB's library and CURL.
C++ 17 is required to compile
I won't provide any pre-compiled build. To avoid giving an easy access to scriptkiddies.
Discord-Terminator is under the GNU General Public License v3.0