Skip to content

Commit

Permalink
chore: 🧹 Split long line
Browse files Browse the repository at this point in the history
  • Loading branch information
AntwortEinesLebens committed Nov 6, 2024
1 parent e8de2eb commit 05ebf6a
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ SPDX-License-Identifier: GPL-3.0-or-later

<div align="center">
<a href="https://github.com/frack113/MalwareTracesGenerator/">
<img src="https://raw.githubusercontent.com/frack113/MalwareTracesGenerator/refs/heads/main/media/logo.svg" alt="Logo" />
<img src="https://raw.githubusercontent.com/frack113/MalwareTracesGenerator/
refs/heads/main/media/logo.svg" alt="Logo" />
</a>

<h3 align="center">Malware Traces Generator</h3>
Expand All @@ -24,19 +25,24 @@ SPDX-License-Identifier: GPL-3.0-or-later
<br />
<br />
<a href="https://github.com/">
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=for-the-badge" alt="Github badge" />
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor
=fff&style=for-the-badge" alt="Github badge" />
</a>
<a href="./LICENSES/GPL-3.0-or-later.txt">
<img src="https://img.shields.io/badge/License-GPL%203.0%20or%20later-green.svg?style=for-the-badge" alt="GPL 3.0 or later badge" />
<img src="https://img.shields.io/badge/License-GPL%203.0%20or%20later-gree
n.svg?style=for-the-badge" alt="GPL 3.0 or later badge" />
</a>
<a href="https://www.microsoft.com/en-us/windows/">
<img src="https://img.shields.io/badge/Windows-0078D4?logo=windows&logoColor=fff&style=for-the-badge" alt="Windows badge" />
<img src="https://img.shields.io/badge/Windows-0078D4?logo=windows&logoCol
or=fff&style=for-the-badge" alt="Windows badge" />
</a>
<a href="https://www.rust-lang.org/">
<img src="https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&style=for-the-badge" alt="Rust badge" />
<img src="https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&st
yle=for-the-badge" alt="Rust badge" />
</a>
<a href="https://reuse.software/">
<img src="https://img.shields.io/reuse/compliance/github.com%2Ffrack113%2FWAG?style=for-the-badge" alt="Reuse badge" />
<img src="https://img.shields.io/reuse/compliance/github.com%2Ffrack113%2F
WAG?style=for-the-badge" alt="Reuse badge" />
</a>
</p>
</div>
Expand All @@ -57,13 +63,17 @@ SPDX-License-Identifier: GPL-3.0-or-later

## 👀 About the project

[Malware Traces Generator][mtg] is a tool for creating malware traces for detection tests.
[Malware Traces Generator][mtg] is a tool for creating malware traces for
detection tests.

### ❓ Why

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 traces creation. \
By avoiding full and complex simulations, [Malware Traces Generator][mtg] seeks to be simple but nonetheless powerful.
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 traces creation.
By avoiding full and complex simulations, [Malware Traces Generator][mtg] seeks
to be simple but nonetheless powerful.

## 🚀 Getting started

Expand Down Expand Up @@ -102,7 +112,8 @@ After these steps, the application will be in the target directory.

### 🥷 Quick examples

Now that [Malware Traces Generator][mtg] is installed, you can start generating some traces! \
Now that [Malware Traces Generator][mtg] is installed, you can start generating
some traces!
For example, you can create a file like this:

```sh
Expand All @@ -119,7 +130,8 @@ To see more information about what you can do, see the [documentation].

## 👷 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. \
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:
Expand Down

0 comments on commit 05ebf6a

Please sign in to comment.