Skip to content

ghosty2004/remote-malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remote Malware

⚠️ Disclaimer

I am not responsible if you infect someone with this malware this is only for educational purpose.

Content

Side Language Path
Server NodeJS /server
Client Python3 /client

Features:

  • Friendly event manage API;
  • Easy register events (server / client);
  • Easy listen for incoming events (server / client);
  • Shutdown / Restart windows OS;
  • Set / Get volume level;
  • Get User Name;
  • Take screenshot;
  • Open / Kill process;
  • Emulate Key Combination;
  • Search file;
  • Take file(s);
  • Enable / Disable microphone listen and emulate in discord voice channel;

How to use:

Client-side (cd clientside):
  1. Go to /src/main.py and edit server_uri variable with your server host;
  2. Install python dependencies (pip install -r requirements.txt);
  3. Build the malware (python build.py);
Server-side (cd serverside):
  1. Create a copy of .env.example file and rename it to .env by filling all environment variables;
  2. Install node dependencies (npm install);
  3. Run the server (npm run start);
  4. Register your own events (optional);

Discord Commands

Prefix: !
Command Description Example of usage Required client selected
!ping Simple pong response - false
!clients Show a list of connected clients - false
!manage Set current client as selected for managing !manage 127.0.0.1 false
!shutdown Shut down windows OS - true
!restart Restart windows OS - true
!setvolume Set volume !setvolume 69 true
!getvolume Get current volume - true
!ss Take a screenshot - true
!open Execute a command / process !open cmd true
!kill Kill a process by id !kill 6969 true
!emulatekeycombination Emulate key combination !emulatekeycombination alt+tab true
!searchfile Search for files !searchfile / *.txt full true
!takefile Take (download) file !takefile C:\Users\ghosty2004\Desktop\root.txt true
!takefiles Take (download) files !takefile C:\Users\ghosty2004\Desktop true
!enablemicrophonelisten Enable microphone listen and connect to voice channel - true
!disablemicrophonelisten Disable microphone listen - true

Spoiler:

Incoming websocket connection log

Show clients

Managing client

Screenshot

Search file(s)

Download file(s)

About

A remote malware which communicate with websocket and send commands via discord bot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published