Go to file
schmenn e748fc65b5 Kill Project 2021-08-27 16:15:28 +02:00
.gitignore added twice mode 2021-01-25 10:52:39 +01:00
LICENSE.md added license 2021-04-16 15:29:47 +02:00
README.md Kill Project 2021-08-27 16:15:28 +02:00
discord-exploits.go Kill Project 2021-08-27 16:15:28 +02:00
go.mod Kill Project 2021-08-27 16:15:28 +02:00
go.sum Kill Project 2021-08-27 16:15:28 +02:00

README.md

DISCLAIMER: THIS PROJECT IS DEAD

not only do half of the features not work, but ever since SomeOrdinaryGamers made his youtube video where he quickly glances over this repository, a lot of his viewers joined the discord server asking a lot of unnecessary and stupid questions that could've easily been answered if they just took a look at this readme or if they just straight up ignored this repository. This repository is being archived and most likely deleted in the future as it does not serve a purpose other than attracting script kiddies at this point. I have pushed new code that only does the webm duration mods and is generally more well-written.



GitHub stars GitHub code size in bytes GitHub issues GitHub forks Made with

Discord-Exploits

A program for creating exploited media files for discord written in Go.

Video Guide

If you have any questions, feel free to ask me on Discord or join the server: Discord

DO NOT DM ME ASKING WHY THE WINDOW CLOSES INSTANTLY WHEN YOU DOUBLE CLICK IT,

DISCORD-EXPLOITS IS A COMMAND-LINE UTILITY MEANING YOU HAVE TO USE IT FROM A TERMINAL

IF THE PROGRAM SHOWS AN ERROR, READ THE ERROR BEFORE MESSAGING ME

Getting Help

discord-exploits -h will show you what commands can be used and what you have to do

Creating an Expanding Video file

discord-exploits -m <mode> -i <input file> [-q]

the mode c stands for "crash", this file will crash almost any desktop discord client when it is played to the end

the mode v stands for virus image

the mode e stands for expanding video duration

the mode n stands for negative video duration

the mode 0 or z stands for video with 0s duration

the mode t stands for "twice", this file will play a different audio when it is replayed (still experimental)

The Program only supports webm files for video, png files for images and ogg files for audio (t)

The file will be saved with a random file name in the directory in which you ran the command
You can use FFmpeg to convert a video to .webm or to convert an image to png (better than online converters)
The "virus" image may get flagged by windows defender and will get removed. to restore the file, go to Settings > Update & Security > Windows Security > Virus & Threat protection and restore the file

Installation

Via releases

go to the releases page and download either the windows or linux version

availabe systems are:

windows-64-bit windows-32-bit

linux-64-bit linux-32-bit

The Program was not yet tested on linux

Compiling it yourself

make sure you have Go installed and in your path
  1. Clone this repository

    git clone https://github.com/Schmenn/discord-exploits

If you don't have git installed, install it here or download the code as a zip
  1. Go into the folder

    cd discord-exploits

  2. Build it

    go build

the executable will have the name discord-exploits

Features

Current Features

  • Feature for creating a video that, when played on discord, will seem like infinite, because the duration keeps getting longer
  • Feature for creating a video that, when played on discord, will look like it has got a huge negative duration
  • Feature for creating a video that, when played on discord, will look like it has got a constant duration of 0
  • Feature for creating an image then triggers other users' windows defender after being cached
  • Feature for creating an audio file that plays a different track when you replay it (always requires FFmpeg)
  • Feature for creating a video that, when played on a discord client, will crash it (always requires FFmpeg)
  • Transcoding from mp4 to webm, from jpeg and jpg to png and from mp4 and m4a to ogg (requires FFmpeg)

Disclaimer

The t/twice mode requires ffmpeg with all compatible file formats, even ogg, because the current version of the exploit has to convert the audio to a sample rate of 44100.

The c/crash mode also requires ffmpeg will all compatible file formats, because the input file needs to be concatenated with another file.

Upcoming Features are:

not yet decided.