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

Cannot find path '[...]/Private/Invoke-KillProcessTree.ps1' because it does not exist #205

Open
joaovarelas opened this issue Dec 6, 2024 · 1 comment

Comments

@joaovarelas
Copy link

joaovarelas commented Dec 6, 2024

Hello, I have installed Invoke-Atomic in a Kali Linux host to execute on a remote Windows target. Followed all the steps, installed PowerShell Core, enabled WinRM over SSH and so on.

However I was getting the following error:

PS> Invoke-AtomicTest T1082 -CheckPrereqs -anyOS -Session $sess
Cannot find path '/home/user/AtomicRedTeam/invoke-atomicredteam/Private/Invoke-KillProcessTree.ps1' because it does not exist

I solved it by copying ./Public/Invoke-KillProcessTree.ps1 to ./Private/Invoke-KillProcessTree.ps1 not sure if it intended or not.

image

image

Regards,

@lukas-holas
Copy link

lukas-holas commented Dec 10, 2024

I noticed the same issue. Moving Invoke-KillProcessTree.ps1 to the Private directory seems to be the easiest fix.

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