All Projects → 0dayCTF → Discord-Custom-Connections

0dayCTF / Discord-Custom-Connections

Licence: other
Create custom connections in your profile on Discord

Programming Languages

python
139335 projects - #7 most used programming language

Discord Custom Connections

Add custom connections to your Discord profile! (working a on new exploit, Discord Patched old version)

Using the exploit:

First Navigate to Discord in the browser to find your authorization token

  • On Windows:

    • Download and extract the win-gui.zip file
    • Double click on exploit.bat
    • The GUI will start, allowing you to add connections!
  • On Linux:

    • Download and extract the linux-gui.zip file
    • Open a terminal inside the directory (Right Click -> Open in terminal)
    • Type in ./exploit and hit Enter
    • The GUI will start, allowing you to add connections!

Alternatively:

If you prefer to do it manually:
  • Download the Python-Code/CustomConnections.py file
  • Navigate to Discord in the browser to find your authorization token
  • Using python, execute CustomConnections.py (make sure you installed requests eg: pip install requests)
  • To remove, just change the script to DELETE instead of PUT, or just remove from Discord manually in your settings!

Feel free to test other endpoints, "leaugeoflegends", "skype", and "battlenet" appear to work!


Be careful of the "contacts" endpoint, it will cause your Discord to crash until removed!


PoC


I will be adding some more methods in the future, check back for an update
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].