Added usage of ollvm ofuscation

This commit is contained in:
Marmeus
2026-01-20 12:56:11 +00:00
parent bcca25fd5c
commit 9cd0157d46
3 changed files with 168 additions and 40 deletions
+9 -1
View File
@@ -67,7 +67,8 @@ This project was inspired by the article [How to build your own Mythic agent in
### Prerequisites
1. **Mythic Server** (v3.x or later) installed and running
2. Clone this repository
2. Build the [Docker Image ollvm](https://git.redteam/jesus.rodenas/ollvm-clang) in the Mythic server.
### Install Cazalla on Mythic
@@ -82,6 +83,13 @@ Or install from local directory:
./mythic-cli install folder /path/to/Cazalla
```
Then, modify the Mythic `docker-compose.yaml`, adding the following volumnes in the "cazalla" service:
```
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/converter:/tmp/converter
```
### Build the Agent
Cazalla can be built directly from the Mythic UI: