/Demise

Demise is Golang malware that uses Discord for communication.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Demise

Demise is Golang malware that uses Discord for communication.

image

Demo

image

Commands

  • show victims connected $victims

  • extract a zip file $unzip <username> <.zip file on drive> <directory to extract in>

  • run Demise on startup $startup <username>

  • run an executable (some executables require admin) $run <username> <location of exe>

  • download file $dl <username> <url> <name of file>

  • run commands $shell <username> <command> <flags... optional>

  • screenshot desktop $ss <username>

  • get IP $ip <username>

  • kill session $kill <username>

  • geolocate $geoloc <username>

HOWTO

  1. Download the source code
  2. Download golang https://go.dev choose the correct install for your os
  3. make a server (this is a discord bot RAT)
  4. make a bot. I won't show you how because there are many tutorial on youtube https://www.youtube.com/watch?v=7A-bnPlxj4k&t=20s
  5. add the bot to your server and make a new text channel in your server
  6. copy your bot's token and the id of the text channel you just created image
  7. put the channel id here at the beginning of the source code image
  8. put your bot's token here
  9. compile with a command similiar to this one go build -ldflags="-s -w -H=windowsgui" . -H=windowsgui will hide the window

if the bot doesn't respond to commands change your intents