Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.97 KB

README.md

File metadata and controls

62 lines (49 loc) · 1.97 KB

Shows different variants of the logo in dark and light mode. Avocado C2

Avocado is a C2 framework currently in development. Expect bugs.

demo

Quick Start

Avocado currently only supports a Docker installation.

  1. Build and run docker container
$ docker build . -t avocado
$ docker run --rm --name avocado -it avocado
  1. Inside the container, run the server
avocado$ cd src/server
avocado$ ./main.py
  1. On another terminal, run the the operator (only CLI operator is supported via Docker)
$ docker exec -it avocado src/avocado-operator-cli
  1. Using the operator, compile and run the implant.
[avocado] > generate <host:port> <linux|windows>

The implant will be output into the current working directory. If you wish to copy it to your local machine:

$ docker cp avocado:src/implant .

GUI Operator

GUI Operator

Only manual installation is supported for the GUI operator. See operator README for more instructions.