Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/frack113/malwaretracesgenerator
Defensive ToolsMalware Analysis
GitHubfrack113/malwaretracesgenerator

MalwareTracesGenerator

Generate malware traces for detection tests

View RepositoryWebsite
161 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Logo

MalwareTracesGenerator

Generate malware traces for detection tests
Report Bug · Request Feature

Github badge GPL 3.0 or later badge Windows badge Rust badge Reuse badge

📋 Table of content

  • 📋 Table of content
  • 👀 About the project
    • ❓ Why
  • 🚀 Getting started
    • ⚙️ Prerequisites
    • 📦 Installation
    • 🥷 Quick examples
  • 👷 Contributing
  • 🙌 Acknowledgments
  • 📚 Licenses

👀 About the project

MalwareTracesGenerator is a tool that helps you create malware traces for detection tests.

❓ Why

It's great for testing configurations, rules, or your Endpoint Detection and Response. It's not meant to fully simulate the behavior of malware, but to reproduce the steps that led to trace creation. By avoiding full and complex simulations, MalwareTracesGenerator is simple but still powerful.

🚀 Getting started

This is just one way you can build the project yourself.

⚙️ Prerequisites

You'll need Cargo and the Windows SDK to get through the installation process.

📦 Installation

This will install using crates.io. If you need more installation options, check out this page. To install it, just enter this command in your preferred terminal:

root@kitploit:~
cargo install malware-traces-generator

🥷 Quick examples

Now that MalwareTracesGenerator is installed, you can start generating some traces! For example, you can spoof a process by doing the following:

root@kitploit:~
mtg traces processes spoofing "cargo.exe" "explorer.exe"

Or you can generate traces from a configuration file:

root@kitploit:~
mtg generate --file "traces.toml"

If you want to know more, check out the documentation.

👷 Contributing

The open source community is an awesome place to learn, inspire, and create, and we're grateful for any contributions you can make. If you're interested, we'd love your help with any kind of work.

🙌 Acknowledgments

Thanks to all the people who made the logo possible:

  • AntwortEinesLebens

📚 Licenses

Distributed under the GPL 3.0 or later license.

Download Tool