-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error to simulate TTPs from the Atomic #18
Comments
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/ |
Hello, can someone help me or inform me where this is described in the documentation? |
Hi, the initial download may have been corrupted, there was an issue in one of the abilities that caused a circular dependency that has been fixed. To reset atomic this should resolve your issue, please let me know if it does not |
Thanks for the feedback. So, I ended up upgrading to version 2.8.1. Unfortunately the problem remained. I'm trying to simulate a T1059.001 technique, it has the following command:
Do I need to replace the "variable" PathToAtomicsFolder with something? |
Yes, you can replace the path to the payload please note from our readme:
|
Thanks. As the installation automatically enabled Atomic I believed that there was no need for further configuration. I will validate and return. |
Note that Atomic Red Team sometime points to dependencies within its folder structure that do not exist until users run the "Prereq commands". I imagine this is why this particular atomic causes issues when imported into CALDERA as CALDERA tries to point to a file in the Notice how one of the prereqs says that SharpHound must be found at |
Hello, I'm starting to study Caldera and I have the following difficulty:
When I try to simulate an Atomic-related TTP, I am getting the following error message:
import-module: The specified module 'PathToAtomicsFolder \ T1059.001 \ src \ SharpHound.ps1' has not been loaded because no read module files found in any module directories. ... (PathToAtomicsFo ... \ SharpHound.ps1: String) [Import-Module], FileNot FoundException + FullyQualifiedErrorId: Modules_ModuleNotFound, Microsoft.PowerShell.Commands.ImportModuleCommand
I can see the imported TTP in the "/atomics" directory and the plugin was started with the server.
Where can I be wrong?
Congratulations for the project s2
The text was updated successfully, but these errors were encountered: