mitre / caldera

Automated Adversary Emulation Platform
https://caldera.mitre.org
Apache License 2.0
5.41k stars 1.04k forks source link

Impossible to invoke Mimikatz #151

Closed g4laad closed 5 years ago

g4laad commented 5 years ago

Good morning,

I'm trying Caldera. I would like to use run Mimikatz however, it seems that the file is not sent to the agent. When I add one of these abilities to an adversary, I have a red circle: image

Setup: server: Kali linux 2019, using a python3 venv agent: W10, PowerShell 5.1

Thank you

privateducky commented 5 years ago

good find-- we had the incorrect server variable set inside those two variables. they were set to #{caldera} instead of #{server}. note the change here: https://github.com/mitre/stockpile/commit/14a655f441ef46e6f133fb062e3e9d964b304691 Let me know if you have any other issues with it.