redcanaryco / invoke-atomicredteam

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.
MIT License
818 stars 194 forks source link

install-atomicredteam: use $RepoOwner for atomics downloads too #32

Closed cnotin closed 4 years ago

cnotin commented 4 years ago

Otherwise it downloads invoke-atomicredteam from $RepoOwner but the atomics from "redcanaryco" which is unexpected (at least it was for me!)

mgraeber-rc commented 4 years ago

Good catch! Thanks so much for the fix, @cnotin!