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
831 stars 195 forks source link

PowerShellScript Analyzer fixes #175

Closed clr2of8 closed 9 months ago

clr2of8 commented 10 months ago

Addresses issue #173, except for the warnings about write-host because we like to use colored output and the complaint about Invoke-Expression in the install-atomicredteam.ps1 because it doesn't have user controlled inputs.