-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What causes abilities to be skipped? #32
Comments
Maybe you can take a look at the full report of those operations. In my experience, abilities not executed are mostly due to For example, in Also in |
Thanks for the hint! When i looked at the report of my operations, I found this:
and
8.B and 20.A make sense to me, but I expected 18.A to be skipped for the same reason (instead of |
You have to take a look at what executor 1.B needs. It seems that this ability needs cmd to spawn a new powershell (please refer to the ability file). I guess the exectuor you're using is psh, that's why this ability is not executed. Yoy can try to start a cmd executor and re-run to see if this ability is executed🙂 |
Hey there,
I'm currently integrating CALDERA (including this plugin) into another framework I'm working on, which basically simulates a small company network. Everything works out so far, but one question remains: What causes some abilities to be skipped every single time? I ran 20 separate simulations and in every single one of them the following abilities (from APT29) didn't execute:
It's not directly a problem that these don't run, but I need to know for sure why that happens, I can't just guess it. Can you point me to any resource where I could find more information? The CALDERA docs sadly were of no help, neither are the respective ability files. Am I overlooking something?
The text was updated successfully, but these errors were encountered: