Updated README.md

Added Usage Instructions
pull/2/head
Schmenn 2021-01-08 22:15:05 +01:00
parent 091955a749
commit d2040c69aa
1 changed files with 26 additions and 0 deletions

View File

@ -1,6 +1,31 @@
# 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](https://ffmpeg.org) 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
@ -25,6 +50,7 @@ go to [the releases page](https://github.com/Schmenn/discord-exploits/releases)
###### 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 an image then triggers other users' windows defender after being cached