redcanaryco / atomic-red-team

Small and highly portable detection tests based on MITRE's ATT&CK.
MIT License
9.76k stars 2.8k forks source link

Problem: Missing Invoke-AtomicRedTeam Module Files #2947

Open kylaleppanen opened 1 month ago

kylaleppanen commented 1 month ago

What did you do?

I cloned the Atomic Red Team repository and followed the installation instructions, but I cannot find the Invoke-AtomicRedTeam.psd1 or Invoke-AtomicRedTeam.ps1 files.

What did you expect to happen?

I expected for the Invoke-AtomicRedTeam.psd1 or Invoke-AtomicRedTeam.ps1 files to have downloaded as they were supposed to.

What happened instead?

The files did not download.

Your Environment

cyberbuff commented 3 weeks ago

Hello @kylaleppanen Sorry for the delay. invoke-atomicredteam is one of the executors that's in a separate repo . You can find the installation instructions here. https://github.com/redcanaryco/invoke-atomicredteam/wiki/Installing-Invoke-AtomicRedTeam Let me know if this works.