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

Much faster download of atomics by disabling progressbar #74

Closed cnotin closed 2 years ago

cnotin commented 2 years ago

The atomics zip file is currently just 8 MB but it takes forever to download, even on fast connections. It seems to be an issue with invoke-webrequest and its (very precise) progress bar: https://stackoverflow.com/questions/28682642/powershell-why-is-using-invoke-webrequest-much-slower-than-a-browser-download

Disabling it makes the download instant :) and we don't need a progress bar for such a small file

And it doesn't prevent expand-archive just below from showing its progress