2021-01-08 20:57:16 +00:00
|
|
|
# Discord-Exploits
|
|
|
|
A program for creating exploited media files for discord written in Go.
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
### Via releases
|
|
|
|
|
|
|
|
go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download `discord-exploits.exe`
|
|
|
|
###### only windows amd64, pre-compiled executables for other systems are getting added in future versions
|
|
|
|
|
|
|
|
|
|
|
|
### Compiling it yourself
|
|
|
|
###### make sure you have [Go](https://golang.org) installed and in your path
|
|
|
|
1. Clone this repository
|
|
|
|
|
|
|
|
`git clone https://github.com/Schmenn/discord-exploits`
|
|
|
|
|
|
|
|
2. Go into the folder
|
|
|
|
|
|
|
|
`cd discord-exploits`
|
|
|
|
|
|
|
|
3. Compile it
|
|
|
|
|
|
|
|
`go build`
|
|
|
|
|
|
|
|
###### the executable will have the name `discord-exploits`
|
|
|
|
|
|
|
|
### 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 an image then triggers other users' windows defender after being cached
|
|
|
|
|
|
|
|
### Upcoming Features
|
|
|
|
* 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
|
|
|
|
|
|
|
|
##### If you have any questions, feel free to ask me on Discord (Schmenn#1088)
|