Giter Site home page Giter Site logo

discord-exploit-collection's Introduction

Discord Exploit Collection

A collection of both patched and unpatched bugs, exploits, API abuses and other strange and exploitable features and illusions in the Discord app.

CBA to make an overview. Just browse the repo.

Look forward to

Unpatched:

  • Spoofed (fake) mute/deafen
  • Unmentionable empty message (rather an illusion)
  • Public guild spoofer
  • Glitched channel description

Patched:

  • Private group chat crasher
  • Account disabler
  • All platforms client crasher (image/GIF)
  • All platforms client crasher (contact connection)
  • All platforms client crasher (unicode)
  • IOS client crasher (GIF)
  • IOS client lagger (markdown)
  • Android client crasher (GIF)
  • Force disable 2FA
  • Guild outage v1 (RPC exploit)
  • Guild outage v2
  • Guild outage v3
  • Spoofed connections
  • Double HypeSquad houses
  • Desktop crasher (URL highlight)

Some other unpatched exploits I haven't figured out how works yet

  • E-mail verification remover (probably client-side spoof)
  • Anti disable (prevent Discord staff from disabling your account)
  • Anti Phone Lock (prevent Discord's security system from phone locking your account)
  • Anti Disconnect (prevent other users from disconnecting you from any public voice channel)

Let me know, if anything is missing or if you have any exploits, on my Discord Server

discord-exploit-collection's People

Contributors

ecriminal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discord-exploit-collection's Issues

Import requests issue

everytime i use an exploit with import requests in it i get an error when i run it, it says Traceback (most recent call last):
File "example.py", line 6, in
import requests
ModuleNotFoundError: No module named 'requests' im using python 3.8 btw

.

Wdym by "Glitched channel description"

can you suggest bugs here?

a friend found a character that if you put the url encoded version of it in a url it makes that url unclickable, dont know if this only works on desktop tho
%E4 <- this is the character (decoded version is รค)
(example) https://a.%E4.com

Exploit for analysis

Hey can you give me rce exploit that is unpatched for studying if you dont want to give give half code only

Updates

Exploit: An exploit is a piece of software, a chunk of data, or a sequence of commands that takes advantage of a bug or vulnerability to cause unintended or unanticipated behavior to occur on computer software, hardware, or something electronic.

[Account Disabler] -> Patched sadly
[Block Bypass] -> Not an exploit since this isn't exploiting a bug or vuln since its an accessible portion of the api.
[Delete Webhook] -> Also not an exploit... its in there documentation please read it https://discord.com/developers/docs/resources/webhook
[Glitched mention] -> Also not an exploit since this is how user ids are currently implemented regardless of if they point to valid users.
[Mask Message] -> Patched
[DOS Exploit] -> Very interesting had no idea this was possible ๐Ÿ‘ I look forward to seeing this repo updated.

discord gone

just realized that i wasnt in the server anymore and that the invite expired, did the server get banned by discord?

bruh new exploit patched

discord patched account disabler by this way, but you can block an account by spamming requests to join a server, some times it delete account if the victim didn't spend any money on discord (no joke i saw it and did it like 9999 times)

re = requests.patch('https://discordapp.com/api/v6/users/@me', headers={"Authorization": token}, json={'date_of_birth': '2019-2-11'})

print(re.status_code)
400
print(re.text)
{"date_of_birth": ["You can't edit your date of birth"]}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.