Go to file
Schmenn 4a44c592f7 made modes shorter 2021-01-12 11:36:43 +01:00
exploits cleaned up code 2021-01-11 12:21:44 +01:00
modules made modes shorter 2021-01-12 11:36:43 +01:00
.gitignore cleaned up code 2021-01-11 12:21:44 +01:00
README.md Updated README.md 2021-01-10 21:28:45 +01:00
exploits.go made modes shorter 2021-01-12 11:36:43 +01:00
go.mod Project Structure Setup 2021-01-08 18:28:09 +01:00

README.md

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.

Usage

discord-exploits is a command line utility, meaning you have to run it through a terminal!

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 expandingvideo -i <input file>.webm

The Program only supports .webm files

The video 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

Creating a "Virus" Image

discord-exploits -m virusimage -i <input file>.png

The Program currently only supports PNG, other files will be implemented in the future

The image will be saved with a random file name in the directory in which you ran the command
The 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 discord-exploits.exe

availabe systems are:

windows-64-bit windows-32-bit

linux-64-bit linux-32-bit

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. Compile 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

Upcoming Features are:

not yet decided.

If you have any questions, feel free to ask me on Discord