Updated README.md

forgot to include this in the last release
pull/2/head
Schmenn 2021-01-12 13:41:59 +01:00
parent 4a44c592f7
commit 24b1b9a48a
1 changed files with 10 additions and 9 deletions

View File

@ -20,27 +20,28 @@ A program for creating exploited media files for discord written in Go.
### Creating an Expanding Video file
`discord-exploits -m expandingvideo -i <input file>.webm`
`discord-exploits -m <mode> -i <input file>`
The Program only supports .webm files
the mode `e` stands for expanding video duration
##### 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
the mode `n` stands for negative video duration
### Creating a "Virus" Image
the mode `0` or `z` stands for video with 0s duration
`discord-exploits -m virusimage -i <input file>.png`
the mode `v` stands for virus image
The Program currently only supports PNG, other files will be implemented in the future
The Program only supports `webm` files for video and `png` files for images
##### The image will be saved with a random file name in the directory in which you ran the command
##### The file 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 or to convert an image to png (better than online converters)
##### 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](https://github.com/Schmenn/discord-exploits/releases) and download `discord-exploits.exe`
go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download either the windows or linux version
###### availabe systems are:
`windows-64-bit
windows-32-bit`