You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the Emu installation instructions, the plugin dashboard does not display any new adversaries, and the plugins/emu/data folder remains empty.
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
mllamazares
changed the title
HTTP 500 with Docker deployment
Emu plugin not importing adversaries or abilities after Docker installation
Nov 5, 2024
After following the Emu installation instructions, the plugin dashboard does not display any new adversaries, and the
plugins/emu/data
folder remains empty.Steps to reproduce
git clone https://github.com/mitre/caldera.git --recursive --branch master
conf/default.yml
file by adding- emu
to the plugin listconf/default.yml
toconf/local.yml
(this is necessary because the Dockerfile only checks if Emu is enabled in local.yml, not in default.yml)cp plugins/magma/.env.template plugins/magma/.env
docker build --build-arg WIN_BUILD=true . -t caldera:server
docker run -p 7010:7010 -p 7011:7011 -p 7012:7012 -p 8888:8888 caldera:server --insecure
http://localhost:8888
and login withadmin:admin
.emu
tab and you will that they are no adversaries or abilities loaded:Assumption
The step 4 of Emu plugin installation stays:
I assume the steps of the Dockerfile are not enough to install and setup all dependencies:
It should also download the Adversary Emulation Library as well, and that's not included in the
./download_payloads.sh
script.File contents
plugins/magma/.env
conf/default.yml
Desktop
The text was updated successfully, but these errors were encountered: