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
805 stars 190 forks source link

increase timeout for -NoPayloads option #125

Closed clr2of8 closed 1 year ago

clr2of8 commented 1 year ago

The default WebClient timeout is 100 seconds and on some systems this was being exceeded. We have to use WebClient instead of Invoke-WebRequest to read the atomics folder to memory when using the -NoPayloads options with Install-AtomicsFolder