Added usage of ollvm ofuscation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user