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
818 stars 194 forks source link

Add option to be prompted for InputArgs #6

Closed clr2of8 closed 4 years ago

clr2of8 commented 4 years ago

Specifying nondefault inputs can be done by passing in a hashtable, which is nice for scripts, but not very user friendly for one-off manual invocations of a test using non-default input args.

Now you can add the "-PromptForInputArgs" switch to interactively set custom input args.