Skip to content
g4br-i edited this page Oct 17, 2024 · 2 revisions

Shared folder scripts


The lab/shared or lab_light/shared directory is shared between all machines, a feature provided by Kathará.

Caldera agents

Inside this directory, you'll find several scripts designed to simplify the startup of services:

  • init_caldera_b_sandcat.sh

    This script initializes a blue agent on a machine. The machine must have network access to the Caldera main server.

  • init_caldera_r_sandcat.sh

    This script initializes a red agent on a machine. The machine must have network access to the Caldera main server.

  • init_caldera_br_sandcat.sh

    This script initializes both blue and red agents on the same machine. The machine must have network access to the Caldera main server.

To initialize a Caldera agent on the machines, simply add the following line (⚠️ replace (r|b|br) with either r, b, or br) to the corresponding machine's .startup script:

/bin/bash /shared/init_caldera_(r|b|br)_sandcat.sh

Clone this wiki locally