diff --git a/Payload_Type/athena/athena/mythic/agent_functions/builder.py b/Payload_Type/athena/athena/mythic/agent_functions/builder.py index 1d236741..a25be93e 100644 --- a/Payload_Type/athena/athena/mythic/agent_functions/builder.py +++ b/Payload_Type/athena/athena/mythic/agent_functions/builder.py @@ -503,7 +503,7 @@ async def build(self) -> BuildResponse: if self.get_parameter("output-type") == "source": shutil.make_archive(f"{agent_build_path.name}/output", "zip", f"{agent_build_path.name}") - return await self.returnSuccess(resp, "File built succesfully!", agent_build_path) + return await self.returnSuccess(resp, "File built succesfully!", agent_build_path, "Source Exported") mCommand = await self.getBuildCommentModels()