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

Adding warning for unsupported platforms instead of errors #200

Open cyberbuff opened 6 days ago

cyberbuff commented 6 days ago

If the users have private atomic tests for proprietary OS, this PR gives them the functionality to execute those tests without running into an error.

supported_platforms is not used in the Invoke-AtomicTest apart from the cloud tests(for terraform related things). So these changes shouldn't cause any issues.

Fixes #196