Skip to content

Instantly share code, notes, and snippets.

@keyboardcrunch
Created December 17, 2022 20:46
Show Gist options
  • Select an option

  • Save keyboardcrunch/408e49c517e3875374089d5f6d75ed5b to your computer and use it in GitHub Desktop.

Select an option

Save keyboardcrunch/408e49c517e3875374089d5f6d75ed5b to your computer and use it in GitHub Desktop.
Caldera services

Caldera Server

Caldera Python Service

The main python caldera service, /etc/systemd/system/caldera.service.

[Unit]
Description=MITRE Caldera Server

[Service]
WorkingDirectory=/opt/caldera
ExecStart=/usr/bin/python3 server.py --insecure

[Install]
WantedBy=multi-user.target

Agent Persistence

HTTP Agent - Sandcat

[Unit]
Description=Hyperbee Caldera Agent

[Service]
WorkingDirectory=/usr/local/bin
ExecStart=/usr/local/bin/hyperbee -server http://192.168.1.98:8888 -group red

[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment