Skip to content

Commit

Permalink
updated load to specify name of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 31, 2024
1 parent 4d36bbd commit e984747
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Payload_Type/athena/athena/mythic/agent_functions/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ def __init__(self, command_line, **kwargs):
parameter_group_info=[ParameterGroupInfo(
required=True,
group_name="Default"
)]
),
ParameterGroupInfo(
required=True,
group_name="Custom"
)
]
),
CommandParameter(
name="commandFile",
Expand Down

0 comments on commit e984747

Please sign in to comment.