# Getting Started

Zuthaka is composed of a front-end that exposes a UI for the API of process manager, file manager, shell post-exploitation modules and general C2 handling, and a back-end, in charge of handling the consistency and availability issues of the C2s instantiated in Zuthaka. Also deployed is [Redis](https://redis.io/) as a message broker to handle asynchronously every element in the Agent's UI and an [Nginx](https://www.nginx.com/) server.

### Prerequisites

The installation of a working [Docker](https://www.docker.com/) instance is necessary for the automatic deployment of the essential infrastructure (Zuthaka's frontend and backend, Nginx, Redis). All the desired C2s that need to be handled should be deployed in parallel.

### Docker Installation

To build the full Zuthaka project, first download dependencies.

```bash
 git clone https://github.com/pucara/zuthaka
```

To start the project with the corresponding handler classes, first build the image by running

```bash
docker build .
```

To start the project with the corresponding services, the docker-compose file can be utilized.

```bash
docker-compose up
```

### Credentials

After you have started the server, you can access the Zuthaka interface through <http://localhost:80/> in which the default credentials will be \
**User**: pucara \
**Password**: zuthaka\_project

{% hint style="info" %}
You should change the default password
{% endhint %}

You can update the default password by clicking on the upper right corner.

![](https://300315770-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRaZY8fcP-_7IvG92Ch%2F-MgSsAiMVrzO7JGWxu1j%2F-MgSuUexgc-SWC5-UUMi%2FScreenshot%20from%202021-08-06%2012-17-13.png?alt=media\&token=54252378-e0e8-48e3-b102-e54403ff52b3)
