You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Regards,
The text was updated successfully, but these errors were encountered:
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:
I solved it by copying
./Public/Invoke-KillProcessTree.ps1
to./Private/Invoke-KillProcessTree.ps1
not sure if it intended or not.Regards,
The text was updated successfully, but these errors were encountered: