Daniel Matthews

Results 58 comments of Daniel Matthews

This should be fixed in https://github.com/mitre/caldera/pull/3063, try pulling from main and seeing if it works then

Can you try adjusting your ability to run the command in the background? That way the command "finishes", and your operation can continue?

You can try using the `proc` executor for sandcat and use the following command-line template: `exec-background /path/to/executable arg1 arg2` which will run `/path/to/executable` in the background with the provided args

@LJH-ez do you still need additional assistance?

The facts in these abilities have the format `#{name}` rather than `#{a.b.c}` tuple format (e.g. `#{remote}` vs `#{remote.host.fqdn}`. To remain consistent with existing abilities, let's adjust the fact placeholder names...

can you also include our DLL source code with compilation instructions in comments at the top? You can put the file in the same payloads directory

This sort of filtering capability does not exist yet, but if we are definitely open to reviewing any PRs for feature additions

Thanks for bringing this to our attention! Here's a current development branch which addresses this issue: https://github.com/mitre/caldera/pull/3242