CrowdStrike / CAST

CrowdStrike Archive Scan Tool
MIT License
83 stars 19 forks source link

Update Find-VulnerableLog4J.ps1 #7

Closed bk-cs closed 2 years ago

bk-cs commented 2 years ago

Replaced $FilesToScan with $ScanGroups, which splits the $Files array into an array of containing strings with 20 file path values. This causes cast.exe to scan 20 file paths at a time, which should avoid errors caused by string limitations.