a tool for creating exploited media files for discord

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 -i [-q]

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 v stands for virus image

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
  • Transcoding from mp4 to webm, from jpeg and jpg to png and from mp4 and m4a to ogg (requires FFmpeg)

Warning!

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.

Upcoming Features are:

not yet decided.

If you have any questions, feel free to ask me on Discord
Owner
schmenn
What the fuck is Oatmeal?
schmenn
Similar Resources

libraries for various programming languages that make it easy to generate per-process trace files that can be loaded into chrome://tracing

libraries for various programming languages that make it easy to generate per-process trace files that can be loaded into chrome://tracing

chrometracing: chrome://tracing trace_event files The chrometracing directory contains libraries for various programming languages that make it easy t

Oct 6, 2022

A program for extracting information from chrome session files.

What A tool for dumping the contents of chrome session files. Why? Most tools for reading SNSS files (chrome session files) are either broken or outda

Nov 23, 2022

Small utility to allow simpler, quicker testing of parsing files in crowdsec

cs_parser_test Small utility to allow simpler, quicker testing of parsing files in crowdsec Usage $ sudo cs_parser_test -t syslog /var/log/mail.log N

Jul 13, 2021

a sharded store to hold large IPLD graphs efficiently, packaged as location-transparent attachable CAR files, with mechanical sympathy

DAG store This README will be populated soon. In the meantime, please refer to the design document.

Oct 31, 2022

LogAnalyzer - Analyze logs with custom regex patterns.Can search for particular patterns on multiple files in a directory.

LogAnalyzer - Analyze logs with custom regex patterns.Can search for particular patterns on multiple files in a directory.

LogAnalyzer Analyze logs with custom regex patterns.Can search for particular patterns on multiple files in a directory

May 31, 2022

Helm plugin to reference value files packaged in dependency charts

Helm Octopus Plugin This Helm plugin allows to reference packaged value files (other than the default values.yaml). Install helm plugin install https:

Sep 23, 2021

Hex dump and read values of files quickly and swiftly with Go-Hex a program designed to dump any file in a hexadecimal format

Go-Hex Hex dump and read values of files quickly and swiftly with Go-Hex a program designed to dump any file in a hexadecimal format Dump Hashes ----

Oct 10, 2021

Package macho implements access to and creation of Mach-O object files.

go-macho [WIP] 🚧 Package macho implements access to and creation of Mach-O object files. Why 🤔 This package goes beyond the Go's debug/macho to: Cov

Sep 2, 2022

A utility library to do files/io/bytes processing/parsing in file-system or network.

goreader A utility library to do files/io/bytes processing/parsing in file-system or network. These features are really common to be implemented for a

Nov 1, 2021
Split multiple Kubernetes files into smaller files with ease. Split multi-YAML files into individual files.

kubectl-slice: split Kubernetes YAMLs into files kubectl-slice is a neat tool that allows you to split a single multi-YAML Kubernetes manifest into mu

Jan 3, 2023
gofu aims to provide a flexible toolkit for creating custom scripting languages in Go.

gofu a scripting language toolkit in Go intro gofu aims to provide a flexible toolkit for creating custom scripting languages in Go. functions Functio

Nov 14, 2022
Simple utilities for creating ascii text in Go

Simple utilities for creating ascii text in Go

Oct 30, 2021
Grabs the IP adress, discord tokens and Windows NT Users in the machine. Only for educational purpuses!!

go-malware Grabs the IP adress, discord tokens and Windows NT Users in the machine. Only for educational purpuses!! Edit the main file and put your we

Apr 13, 2022
Extract sent emojis from your Discord messages, and download them
Extract sent emojis from your Discord messages, and download them

discord-emoji-extractor Download all the emojis you've ever sent inside messages on Discord. Supports skipping duplicates and resuming downloads. Usag

Nov 7, 2022
advent of code discord intergration

elf advent of code discord intergration Running Ensure you have Go 1.17 or newer installed Run go mod download Copy .env.dist to .env and populate it'

Nov 2, 2022
A tool to check problems about meta files of Unity
A tool to check problems about meta files of Unity

A tool to check problems about meta files of Unity on Git repositories, and also the tool can do limited autofix for meta files of auto-generated files.

Dec 22, 2022
🔍 A jq-like tool that queries files via glob.

?? fq A jq-like tool that queries files via glob. ✅ Prerequisites Go 1.17+ jq (installed and on PATH) ?? Installation $ go get github.com/siketyan/fq

Dec 22, 2021
Small tool for splitting files found in a path into multiple groups

Small tool for splitting files found in a path into multiple groups. Usefull for parallelisation of whatever can be paralleled with multiple files.

Jan 30, 2022
ssdt - Survey security.txt files

ssdt - Survey security.txt files A program to quickly survey security.txt files found on the Alexa Top 1 Million websites. The program takes about 15

Oct 31, 2022