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
815 stars 193 forks source link

Invoke process modification #93

Closed cyberbuff closed 2 years ago

cyberbuff commented 2 years ago

Modifying Invoke-Process to use Start-Process with RedirectStandardOutput rather than System.Diagnostics.Process. This helps to solve an issue while reading standard output in WinPwn safetykatz tool.

clr2of8 commented 2 years ago

Some testing from the contributors of the new logger functionality noted the this PR would cause issues for the logging functionality. Closing for now but we can revisit again later.