MythicAgents / Apollo

A .NET Framework 4.0 Windows Agent
BSD 3-Clause "New" or "Revised" License
442 stars 91 forks source link

Added explicit argument order to RunArguments. Fixes #113 #114

Closed breakid closed 1 year ago

breakid commented 1 year ago

Added ui_position attribute to command parameters in RunArguments to ensure the first argument is parsed as executable and the remainder are parsed as arguments

djhohnstein commented 1 year ago

Good catch, thank you!