Skip to content

0xvpr/Rust-Malware-Concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

746aa76 · May 4, 2024

History

62 Commits
Feb 12, 2024
May 4, 2024
Feb 25, 2024
Feb 11, 2024
May 4, 2024
May 4, 2024
Feb 11, 2024
May 4, 2024
May 2, 2024
Feb 12, 2024
Feb 12, 2024
Feb 12, 2024

Repository files navigation

Rust Malware Concept


--- A Concept design of a simple malware executable compiled using rust. The payload is calc.exe.

Table of Contents

How it works

TL;DR

The file moves itself, renames itself (as backdoor.exe), hides itself, and re-executes itself
inside of the target's AppData folder.

Detailed explanation
The application is a Trojan that moves itself into the users AppData folder and sets its
attribute to hidden. In my case the payload is calc.exe
You can set this to whatever you want obviously.

Building It Yourself

If you compile this code as is, it IS NOT malicious in any way shape or form.

  • WSL2/Ubuntu (Docker)
    make docker-container
    make docker-build