Crates.io | windows-artifacts-generator |
lib.rs | windows-artifacts-generator |
version | 1.0.0 |
source | src |
created_at | 2024-08-18 05:40:36.920182 |
updated_at | 2024-08-18 05:40:36.920182 |
description | Generate malware artifacts for detection tests |
homepage | |
repository | |
max_upload_size | |
id | 1342365 |
size | 154,390 |
Generate malware artifacts for detection tests
Report Bug
ยท
Request Feature
Windows Artifacts Generator is a tool for creating malware artifacts for detection tests.
It's useful for testing configurations, rules, or your Endpoint Detection and Response.
It's not intended to fully simulate the behavior of malware but to reproduce the steps that led to artifact creation.
By avoiding full and complex simulations, Windows Artifacts Generator seeks to be simple but nonetheless powerful.
This is an example of how you can install or build the project yourself.
Depending on what you want to achieve, you might need different tools.
For now, you only need Cargo to build or install the project.
Currently, this project is only available on crates.io.
In order to install it, just enter this command in your favorite terminal:
cargo install windows-artifacts-generator
Clone the repository
git clone https://github.com/frack113/WAG/
Build and run the project!
cargo run --release
After these steps, the application will be in the target directory.
Now that WAG is installed, you can start generating some artifacts!
For example, you can create a file like this:
wag actions files create --name "example.txt"
Or you can generate artifacts from a configuration file:
wag generate --file "$YOUR_CONFIGURATIONS_FILE_PATH"
To see more information about what you can do, see the documentation.
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated.
If you want, you can help me with any kind of work, for example:
Thanks to all the people who made the logo possible:
Distributed under the GPL 3.0 or later license.